Browser Cookies

Cyberdrop-DL can extract cookies from your browser. These can be used for websites that require login or to pass DDoS-Guard challenges. Only cookies from supported websites are extracted

auto_import

Type
Default

bool

false

Toggles automatic import of cookies at the start of each run

browser

Type
Default

BROWSER

firefox

A browser to use for extraction. Browser must be a supported browser's name.

Supported Browsers

Browser
Windows
Linux
MacOS

Arc

❌

❌

βœ…

Brave

❌

βœ…

βœ…

Chrome

❌

βœ…

βœ…

Chromium

❌

βœ…

βœ…

Edge

❌

βœ…

βœ…

Firefox

βœ…

βœ…

βœ…

LibreWolf

βœ…

βœ…

βœ…

Lynx

❌

βœ…

❌

Opera

❌

βœ…

βœ…

Opera_GX

❌

❌

βœ…

Safari

❌

❌

βœ…

Vivaldi

❌

βœ…

βœ…

W3M

❌

βœ…

❌

sites

Type
Default

list[DOMAINS]

[<<ALL_SUPPORTED_SITES>>]

List of domains to extract cookies from. You can put any domain on the list, even if they are not officially supported.

If cookie extraction fails, you can manually extract the cookies from your browser using tools like cookie-editor and save them at AppData/Cookies/<site_name>.txt. The file must be a Netscape formatted cookie file. You can use any name for the file as long as it has a .txt extension.

See: How to extract cookies (DDoSGuard or login errors) #839 for detailed instructions

Multiple cookie files are supported. You could have a SocialMediaGirls.txt file and a cyberdrop.txt file, for example

Last updated