Code Monkey home page Code Monkey logo

iecook's Introduction

iecook

Cook all your browser cookies!

About - Why - How - Usage - License

Warning This is a dangerous way to get cookies, any program listening in port 5566 can request the cookies sent by extension too.
So don't forget to disable the extension after use!

About

Have you ever needed to get httpOnly cookies to use in your application? No? Doesn't matter, this library gives you this power!

It gets all cookies from all Firefox containers too! :D

Why?

This is needed to interface with authentication in some websites.

Currently, you can see this library used in thisago/clibard

How?

It will start an HTTP server that waits the extension requests the website which you want the cookies and send to server the wanted cookies.

When the server receives the cookies, it closes itself and return the cookie for you!

Setup

Tou need to install the client extension: In Firefox

Note Firefox automatically deletes on close. More secure

Warning The client extension doesn't works when privacy.firstparty.isolate is enabled at about:config at Firefox.

  1. Go to about:debugging#/runtime/this-firefox
  2. Click in "Load Temporary Add-on..."
  3. Select the file: client/extension/manifest.json

In Chrome

  1. Go to chrome://extensions
  2. Activate "Developer mode"
  3. Click "Load unpacked"
  4. Select client/extension dir

Note Don't forget to keep your browser open! :)

Usage

The usage is pretty simple

let cooked = iecook "https://google.com"

It returns to you a seq[IeCook]

License

This library is FOSS, licensed over MIT license!

iecook's People

Contributors

thisago avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.