Skip to content

Commit ea84003

Browse files
authored
Update console output screenshot
1 parent d640679 commit ea84003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project reverse engineers the Office 365 Outlook webapp API, collecting all
55

66
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.
77

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

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

175175
## Special thanks
176176
- [`@edubey`](https://github.com/edubey) - [Inspiration](https://github.com/edubey/browser-console-crawl/blob/master/single-story.js) for the project.
177-
- [`@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.
177+
- [`@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 commit comments

Comments
 (0)