Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 969 Bytes

readme.md

File metadata and controls

37 lines (35 loc) · 969 Bytes

MITM Proxy Addon for Feedernet

Read request and response from Feedernet using MITM Proxy
Can see document of MITM here
Can see document of mitmproxy here
Save packet to mysql server (maist.yonsei.ac.kr:3306)

Environment

pip install list

[email protected] or more
mitmproxy@lastest
pymysql@lastest

Install

install of mitmproxy application

# install mitmproxy (need root)
# linux
sudo apt install mitmproxy
# macos, windows (need homebrew)
sudo brew install mitmproxy

install of project

git clone https://github.com/Yonsei-Maist/mitmproxy-feedernet-addon.git

Run

# in command line
mitmproxy [options..] -s /path/to/project/MitmproxyFeedernetAddon.py

Author

Chanwoo Gwon, Yonsei Univ. Researcher, since 2020.05 ~
Sangwon Hwong, Yonse Univ. Research Professor, since 2018.09 ~

Maintainer

Chanwoo Gwon, [email protected] (2021.03 ~)