Skip to content
/ curlify Public

WebExtension based browser addon to generate CURL request including all cookies

Notifications You must be signed in to change notification settings

rose-m/curlify

Repository files navigation

curlify

WebExtension based browser addon to generate CURL request including all cookies.

This extension adds an action button which upon click will generate a curl command for the tab's current URL including all cookies available for the site, i.e. including HTTP only cookies. Essentially this is for hijacking your own session towards CURL.

Development

First install all required packages:

$ npm install

There are two different tasks available to build the extension either for Chrome or Firefox. Before building I recommend running:

$ npm run clean

Afterwards just use build:firefox or build:chrome to create all necessary files and structures, e.g. for Firefox:

$ npm run build:firefox

After building either install it directly inside Chrome or for Firefox you can use web-ext to try the extension immediately.

Credits

Icon workout by Becris from the Noun Project.

About

WebExtension based browser addon to generate CURL request including all cookies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published