| | 130 | |
|---|
| | 131 | # The google maps / stocks view on the iPhone |
|---|
| | 132 | if (req['Host'] == 'iphone-wu.apple.com') |
|---|
| | 133 | case req.resource |
|---|
| | 134 | when '/glm/mmap' |
|---|
| | 135 | print_status("HTTP #{cli.peerhost} is using Google Maps on the iPhone") |
|---|
| | 136 | when '/dgw' |
|---|
| | 137 | print_status("HTTP #{cli.peerhost} is using Stocks/Weather on the iPhone") |
|---|
| | 138 | else |
|---|
| | 139 | print_status("HTTP #{cli.peerhost} is request #{req.resource} via the iPhone") |
|---|
| | 140 | end |
|---|
| | 141 | end |
|---|
| | 142 | |
|---|
| | 143 | # The itunes store on the iPhone |
|---|
| | 144 | if(req['Host'] == 'phobos.apple.com') |
|---|
| | 145 | print_status("HTTP #{cli.peerhost} is using iTunes Store on the iPhone") |
|---|
| | 146 | # GET /bag.xml |
|---|
| | 147 | end |
|---|
| | 148 | |
|---|
| | 149 | |
|---|
| | 150 | |
|---|
| | 151 | # SMB MITM / RELAY |
|---|
| | 152 | |
|---|