1.6.11 • Published 5 years ago

woza v1.6.11

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

woza (我砸)

Dump application ipa from jailbroken iOS based on frida.

woza is a nodejs version for frida-ios-dump

Install

// 1. node >= v8.11.4
// 2. 
npm install -g woza

Environment

  1. frida

Jailbroken iOS need frida installed. How to install frida

  1. password-free ssh
ssh-copy-id -i ~/.ssh/id_rsa root@ip -P 22
  1. usbmuxd
brew install usbmuxd
  1. iproxy
iproxy 2222 22

Usage

  1. find app bundle id
woza
  1. start to dump
woza com.xxx.bundleid

// or 

woza com.xxx.bundleid ~/Desktop/xxx.ipa

Help

List applications : woza
Dump application  : woza com.xxx.bundleid
                    woza com.xxx.bundleid ~/Desktop/xxx.ipa
Help              : woza --help

Develop

npm run cli
npm run cli -- --help
npm run cli -- com.xxx.bundleid
npm run cli -- com.xxx.bundleid ~/Desktop/xxx.ipa

Thanks

Group

关注订阅号this很有趣,回复 woza 进群反馈问题。

bukuzao

1.6.11

5 years ago

1.6.10

5 years ago

1.6.8

5 years ago

1.6.7

5 years ago

1.6.6

5 years ago

1.6.5

5 years ago

1.6.3

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago