Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m3n0sd0n4ld authored Dec 14, 2022
1 parent 0b4ee45 commit 548323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We have used the "-b" parameter, accompanied by a file containing cookies from a
![Screenshot](images/12.png)

### But where do these cookies come from?
We will have to access the Facebook messaging service with address https://www.messenger.com, we will authenticate and extract the cookies "c_user" and "xs", then we will create a file "cookies.txt" with the content and in this format "c_user=<C_USER_COOKIE>; xs=<XS_COOKIE>".
We will have to access the Facebook with address https://www.facebook.com, we will authenticate and extract the cookies "c_user" and "xs", then we will create a file "cookies.txt" with the content and in this format: c_user=C_USER_COOKIE; xs=XS_COOKIE

![Screenshot](images/13.png)

Expand Down

0 comments on commit 548323f

Please sign in to comment.