Skip to content

Commit

Permalink
fix MITM typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashKothary committed Mar 28, 2020
1 parent 3997f4b commit c0a513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir tinder
cd tinder
```

2. You need your Facebook auth token. There are many discussions on this on the internet to find this. You can find your facebook auth token by using a man in the middle (MIM) attack to sniff out the requests. You are looking for *access_token=*. The MITM attack can be conducted by creating a proxy with SSL certificate. If you are still lost, perhaps check out [this](https://gist.github.com/rtt/10403467) or [this](http://www.joelotter.com/2015/05/17/dj-khaled-tinder-bot.html).
2. You need your Facebook auth token. There are many discussions on this on the internet to find this. You can find your facebook auth token by using a man in the middle (MITM) attack to sniff out the requests. You are looking for *access_token=*. The MITM attack can be conducted by creating a proxy with SSL certificate. If you are still lost, perhaps check out [this](https://gist.github.com/rtt/10403467) or [this](http://www.joelotter.com/2015/05/17/dj-khaled-tinder-bot.html).

3. Create a `.env` file. It is recommended to copy the `.env.example` file. Replace `TODO` for the *FACEBOOK_AUTH_TOKEN* variable where YYYY is replaced with your facebook token in order to login using pynder e.g.
```
Expand Down

0 comments on commit c0a513e

Please sign in to comment.