https://github.com/faichou/hack-app-by-mitm
Hack an app by using MITM
https://github.com/faichou/hack-app-by-mitm
Last synced: about 2 months ago
JSON representation
Hack an app by using MITM
- Host: GitHub
- URL: https://github.com/faichou/hack-app-by-mitm
- Owner: FaiChou
- Created: 2020-03-01T08:32:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T12:28:54.000Z (over 2 years ago)
- Last Synced: 2025-03-19T20:40:12.977Z (7 months ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hack an APP by using MITM
## Blog
[FaiChou](https://faichou.space/mitm-hack-a-trial-app/)
## Node.js version
#### Install
```
$ yarn
```#### Usage
```
$ yarn start
```## Python3 version
#### Install
```
$ brew install mitmproxy
```#### Usage
```
$ mitmproxy -s hack-sip.py
```Or just using script:
```shell
$ hack_sip
```Enjoy!