Entradas

IOS 13.3 Aplicar mods, solo funcionan antes de un boot:

Preparar conexión USB proxy para acceder por el puerto 2222: ./tcprelay.py -t 44:2222 En una session de shell, o de putty usamos esta cadena para acceder a la shell del smartphone: ssh root@localhost -p 2222 Comandos de trabajo: mount -o rw,union,update / mv /Applications/Setup.app/Setup /Applications/Setup.app/Setup.old cp /Applications/Preferences.app/Preferences /Applications/Setup.app/Setup uicache -a killall backboardd Trasferir archivos al iphone: scp -P 2222 apps.tgz  root@localhost:/tmp Private FrameWorks: /System/Library/PrivateFrameworks/DataMigration.framework:  responsable de restaurar todo en el reboot plutil:  comando para leer ficheros plist Comando mount en el smartphone )iOS 13.4.1: /dev/md0 on / (hfs, local, nosuid, read-only) devfs on /dev (devfs, local, nosuid, nobrowse) /dev/disk0s1s1 on / (apfs, local, nosuid, union, journaled, noatime) devfs on /dev (devfs, local, nosuid) /dev/disk0s1s3 on /private/xarts (apfs, local, nodev, n

Block ayuda rápida raspberry pi ( 3 y 4)

1. Configurar ssh y wifi en la tarjeta SD recien formateada con la iso: Desde Windows abrir la SD, carpeta boot:   *Crear fichero vacío ssh (en notepad salvar sin extension)    *Wifi, crear fichero wpa_supplicant.conf con el siguiente contenido:    country=ES ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="NETWORK-NAME" psk="NETWORK-PASSWORD" }     2.Login e instalar principales utilidades de shell, usr/pass: pi/raspberry:  SSH con putty a la IP asignada a la raspi (usar FING en smartphone o angryip scanner en PC): Lo primero preparar crontab para reiniciar de L-V el S.O a las 6:45:      sudo crontab -e      45 06  * * 1-5  su -l root -c '/sbin/reboot' Actualizar S.O:      sudo apt-get update      sudo apt-get upgrade 3. Utilidades: 3.1 nmap : Herramienta de scanner de red (zenmap en las X). :       sudo apt install nmap       sudo nmap -sn 192.168.1.0/24  (Ejemplo scanear equipos en mi wifi)

iOS 13.3 Downgrade to iOS 13.2.3 No shsh blobs with succession

Imagen
iOS 13.3 Downgrade to iOS 13.2.3 No shsh blobs with succession   Downgrading IOS 13.3 to 13.2.3 without SHSH Blobs, using Succession! How to downgrade! , install Cydia, filza and succession 1.3.8 from github or repo. Download official ipsw and place in   succession   folder. Open   succession , go to settings, set restore rootfs only! Let it open your ipsw and extract rootfs. Once it has finished restore and fixing apps, it will reboot and boot loop. Put in recovery or dfu and jailbreak. Once it boots, delete setup.app, you can use one of the one click bypass or do it your self! Only issue I have is bellow! Download Succession Restore DOWNGRADE TO 13.2.3 USING SUCCESSION REQUIREMENT: Bypassed iCloud iDevice using  SoNick_14   method  (paid) or any other method like F3arRa1n or  ShiftKey  (free) IOS 13.2.3 IPSW you can test it on older versions, and share it in twitter Checkra1n v0.9.2  (link checkra1n) iFunBox or any other iOS file transfer Tutorial: • Downloa

Comandos SSH, shell

Commandos: Paste this into the first terminal window: ./tcprelay.py -t 44:2222 Paste this into the second terminal window: ssh root@localhost -p 2222 After you see “-bash-3.2#”, paste these lines individually, followed by enter: mount -o rw,union,update / echo "" >> /.mount_rw cp -r /var/binpack/Applications/loader.app /Applications ———————————————————————————— Agregar archivos Open y Info en iFunBox … ———————————————————————————— Seguimos los comandos.. cp /var/mobile/Media/Downloads/open /usr/bin chmod 755 /usr/bin/open cp /var/mobile/Media/Downloads/Info.plist /Applications/loader.app uicache --all   killall backboardd cp /Applications/Preferences.app/Preferences /Applications/Setup.app cd /Applications/Setup.app mv Setup Setuporiginal mv Preferences Setup uicache --all   killall backboardd Abrimos Checkra1n open kjc.loader Instalamos Cydia …. …