使用fiddler進行安卓手機抓包

最近想抓包看看你們是怎麼編寫的接口,因而就百度了一下教程,也在這裏作一下記錄:android

  1. 首先先下載fiddler,這個直接百度就有啦。git

  2. 打開fiddler ,能夠看到這個界面仍是挺帥的:
    fiddler-運行github

  3. 選擇Tools - Fiddler Options -Https選項卡
    將配置設置爲以下:
    fiddler-settings1app

  4. 將Connections 設置爲以下:
    fiddler-settings2less

  5. 如今就是設置手機的時候了,老外教程 如下內容摘自此:
    我使用的是genymotion:ide

  • Go to Android settings menu
  • In Wireless & Networks section, select Wi-Fi
  • Press and hold for 2 seconds WiredSSID network in the list
  • Choose Modify Network
  • Check Show advanced options
  • Select Manual for Proxy settings menu entry
  • Now enter the proxy settings provided by your network administrator
  • Ip: 10.0.3.2 (this is a special ip that Genymotion uses to connect back to the host)
    Port: 8888
  • Finally press the Save button

fiddler-genymotion-wlan

上面已經說的很清楚了,因此我就再也不重複了。測試

接下來看看Fiddler吧,刷刷刷,出現了一堆抓到的包:
fiddler-結果this

就這樣 JSON什麼的均可以看到,不過我這測試的軟件是照片爲主的,因此就不展現啦。
Fiddler比Wireshark簡單好多有木有,至少對於我這種菜鳥來講是這樣的 :-Dspa

相關文章
相關標籤/搜索