Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

hdsy/auto_store_by_fiddler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

30 Commits

Repository files navigation

Capture certain contents and store by fiddler 4

Edit the script to store the certain content-type from certain site. Store the request response in files or in databases or the media .

Following the steps:

Edit script

  1. fiddler-->[rules]->[customize rules...]
  2. use the file content from this project and replace the same function 'OnBeforeResponse' by https://github.com/hdsy/fiddler_capture_storage/blob/master/hsb_vs_ahs.js
  3. change the target dir as you want. for me "D:\TEST" for interface; "D:\PRVIT" for media ;ODBC to your DSN db_www.wucar.com.cn

configure fiddler

  1. fiddler -->[tools]->[options ...] ->[https]

  1. fiddler -->[tools]->[options ...] ->[connections]

check the ip on the node which running fiddler

  1. [windows start menu]-->[run] -> cmd -> ipconfig

config your DSN on the node which running fiddler

  1. windows [run] -> odbc

database prepared as below , here is mysql

on your smartphone

  1. type url http://ip:8888 ,and you will see like this

  1. install the cert ,following the notice , next - click ...
  2. network config as below:

now it works ...

  1. visit the site you want to capture, on your smartphone

About

use fiddler to capture and store the certain contents from certain sites

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors