Skip to content

Commit

Permalink
Update console output screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
smcclennon authored May 30, 2022
1 parent d640679 commit ea84003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project reverse engineers the Office 365 Outlook webapp API, collecting all

The `x-owa-canary` cookie is automatically retrieved from your browser and used to authenticate the API request. The API response is then parsed and entered into a 2d array. This array is then converted into a comma-separated-value format which is then downloaded as `user_db.csv` via your browser.

![image](https://user-images.githubusercontent.com/24913281/170899229-8676c592-69e5-4026-9134-61feda1c153f.png)
![Screenshot of the console output](https://user-images.githubusercontent.com/24913281/171004970-aca646f3-8f60-46e9-a49a-5e9d932d3c94.png)

### Sample csv
Below is the data structure of the `.csv` file generated, formatted as a Markdown table (information redacted):
Expand Down Expand Up @@ -174,4 +174,4 @@ The API responds with a list of users. Below is the data structure returned per

## Special thanks
- [`@edubey`](https://github.com/edubey) - [Inspiration](https://github.com/edubey/browser-console-crawl/blob/master/single-story.js) for the project.
- [`@freddierick`](https://github.com/freddierick) - [Async fix](https://github.com/smcclennon/ous/commit/7ae0bc62468ddddc435481b7dae3abad8800890c) to make everything wait for the API `fetch()` request to complete.
- [`@freddierick`](https://github.com/freddierick) - [Async fix](https://github.com/smcclennon/ous/commit/7ae0bc62468ddddc435481b7dae3abad8800890c) to make everything wait for the API `fetch()` request to complete.

0 comments on commit ea84003

Please sign in to comment.