• Stars
    star
    186
  • Rank 206,072 (Top 5 %)
  • Language
    Objective-C
  • Created over 10 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS HTTP/HTTPS hook log plugin for Mobile Substrate

HttPeek

iOS/macOS HTTP(S)/SSL Network Traffic Peeker

Worked for NSURLConnection/NSURLSession/SSLRead/SSLWrite network traffic.

http://yonsm.net/httpeek/

Download

https://github.com/Yonsm/HttPeek/raw/master/Release/HttPeek.dylib

FAQ

How to track AppStore's traffic on iOS?

  1. Install OpenSSH from Cydia;
  2. Install adv-cmds from Cydia;
  3. ps ax|grep itunesstored
  4. killall -s KILL xxxx(itunesstored's pid)

Now itunesstored will restart automatically with injection of HttPeek.dylib.

How to peek HTTP(S) on macOS

  1. Download https://github.com/Yonsm/HttPeek/raw/master/Release/HttPeex.dylib to a folder (e.g. /Applications/HttPeex.dylib);

  2. Launch your process with HttPeex.dylib inserted:

    DYLD_PRINT_LIBRARIES=1 X=1 DYLD_INSERT_LIBRARIES=/Applications/HttPeex.dylib /Applications/QQ.app/Contents/MacOS/QQ

But it could not work for "library validated process" (e.g. System Apps).

How to debug HttPeex on macOS

  1. Edit scheme on Xcode;

  2. Run -> Info -> Executable: Ask on Launch;

  3. Run -> Info -> Arguments -> Environment Variables:

    DYLD_PRINT_LIBRARIES=1

    X=1

    DYLD_INSERT_LIBRARIES=$CODESIGNING_FOLDER_PATH

  4. Just Run & Debug, select any application you want to peek.

More Repositories

1

MiService

XiaoMi Cloud Service for mi.com
Python
489
star
2

.homeassistant

Home Assistant Extras for Yonsm
Python
409
star
3

AheadLib

Fake DLL Source Code Generator
C++
216
star
4

iPAFine

iOS IPA package refine and resign
Objective-C++
118
star
5

Yonsm.github.io

Yonsm.NET
HTML
115
star
6

Camo

Camo Preprocessor - Symbol Confusion for Objective C/C++ Source Code
Objective-C
89
star
7

ZhiMsg

Uniform Message Platform for HomeAssistant
Python
89
star
8

ZhiBot

Uniform Bot Platform for HomeAssistant
Python
55
star
9

YoungHook

A light weight hook utility for iOS.
C
44
star
10

IPTV

IPTV Resources
HTML
40
star
11

iTvMe

Apple TV Media Explorer
JavaScript
31
star
12

ZhiModBus

General ModBus Climate Component for HomeAssistant
Python
28
star
13

RawPlayer

Raw (YUV/RGB) video player and subjective assess tool
C
26
star
14

MISC

Misc Repo
Objective-C
19
star
15

ZhiMi

XiaoMi CloudService for HomeAssistant
Python
13
star
16

CeleWare

Personal Sample and Base Repository
Objective-C++
13
star
17

ZhiSaswell

Saswell Climate Component for HomeAssistant
Python
11
star
18

ZhiDash

Yet Another Dashboard for HomeAssiatant
JavaScript
10
star
19

Blayer

Play iPod Music and Maps Voice via Bluetooth HFP
Objective-C
8
star
20

DIY

DIY reated stuff
Shell
7
star
21

ZhiMrBond

MrBond Airer Component for HomeAssistant
Python
6
star
22

TransText

ε­—η¬¦δΈ²ζε–γ€ε›žε†™δ»₯εŠζœη΄’ζ›Ώζ’ε·₯ε…·
C
5
star
23

APProof

Armor Piercing Proof
Objective-C
5
star
24

MacX

Mac OS stuff
Python
4
star
25

ZhiCaiYun

CaiYun Weather Component for HomeAssistant
Python
4
star
26

OponWrt

OpenWrt Stuff
Shell
4
star
27

CeleScript

CeleScript for Windows
C++
4
star
28

ZhiLace

Lovelace Generator Component for HomeAssistant
Python
3
star
29

ZhiAct

Actuating Service Automatically for HomeAssistant
Python
2
star
30

YouKoo

YouKoo Exporter
Objective-C
1
star
31

ZhiMiJia

VoiMi Washer Component for HomeAssistant
Python
1
star
32

Sample

iOS Sample Project
Objective-C
1
star
33

ZhiMQTT

Zhi MQTT Component for HomeAssistant
Python
1
star
34

CeleCmd

CeleScript for Windows Mobile
C++
1
star