An open API service indexing awesome lists of open source software.

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

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!