Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

PrinsFrank/Spilled

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
css
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spilled

code style: prettier

Detects Data in cookies and on web pages that probably shouldn't be there

colors and style

Color: #2C1B3D

Extra color 1: #AA225A

Secondary color: #E03C37

Extra color 2: #EBE13D

Tertiary color: #20FDC3

Development

To initialize npm, run:

npm install

To following commands are available (in PhpStorm available with alt+F11):

npm run build Runs all tests and builds on success to build/extension/spilled-{VERSION}.zip
npm run pre-commit Runs all tests before commit
npm run fix:js Fixes JS
npm run generate:screenshots Takes screenshots of viewport in Chrome
npm run lint:js Checks JS files
npm run lint:web-ext Checks for web-ext errors
npm run run:firefox Runs in Firefox
npm run test Run tests

Install temporary Extension (Recommended)

Firefox

  • Go to about:debugging.
  • Click on "Load temporary Add-on...".
  • Navigate to the local folder where this repo is present and select the manifest.json file.

Chrome

  • Go to chrome://extensions/.
  • Enable "Developer mode" in the top right hand corner.
  • Click on "Load extracted extension".
  • Navigate to the directory above where this repo is present.
  • Click on the folder, and subsequently click on "Select folder".

Install permanent extension

I don't recommend installing any permanent extension, but for your convenience and to prevent fake copies i submitted this extension to the Chrome and Firefox store.

Download for Firefox Download for Chrome

About

Detects exploitable storage of private info in cookies

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published