Facebook Cookies 2FA

Hello guys, i have an facebook account which i want to log in with cookies.
how can i get the cookies with which tool ?
and a simple tutorial by any chance please !
Step 1: Open Facebook & DevTools
Open Chrome browser → Log in to your Facebook account.
Press F12 or Ctrl + Shift + I to open DevTools.
Select the Application tab.

Step 2: Access Cookies
In the left menu, select Storage → Cookies.
Click on https://www.facebook.com.

Step 3: Copy Cookies
Find the cookie named "c_user" (account ID) & "xs" (login token).
Right-click on each cookie line and select Copy value.
Save these two values to log in with cookies.
 
You can use tools that can access cookies like Devtool. Easy to use and many users that currently do not need extensions
 
You can extract Facebook cookies using browser extensions like EditThisCookie or developer tools. Simply log in, open DevTools (F12), go to "Application" > "Cookies," and copy the session cookies.
 
How to get facebook cookies:

Step 1: Log in to Facebook on your browser

Step 2: Press the F12 key
Alternatively, you can press the key combination Ctrl + Shift + I or right-click then select "Check"
View attachment 302459

Step 3: Click the arrow on the right, select Network, in the Name column select line bz. If there is no bz line, you can reload it at the home page.
View attachment 302460

Step 4: In the Headers column, select the Cookie code. Highlight to copy the cookie code and you're done.
View attachment 302462
Thanks for sharing, I will try
 
There are several ways to approach this. Depending on your browser, you can find various extensions that can help with the task. If you're concerned about using tools made by others, you can check platforms like GitHub, 2FA live or similar sites for open-source tools, where you can review the code or even create your own.
 
Back
Top