Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justyuuto/chrome-stealer-extension

A Chrome Extension which steals user's data by getting inputs values then sending them to a Discord webhook
https://github.com/justyuuto/chrome-stealer-extension

chrome chrome-cookies chrome-extension chrome-stealer google-chrome webpack

Last synced: about 1 month ago
JSON representation

A Chrome Extension which steals user's data by getting inputs values then sending them to a Discord webhook

Awesome Lists containing this project

README

        

# Chrome Stealer Extension

A Chrome Extension which steals user's data by getting inputs values then sending them to a Discord webhook.

## Supported sites

* [Google][google] (email, password)
* [Spotify][spotify] (email, password, subscription)
* [PayPal][paypal] (email, password)
* [Discord][discord] (email, password)

[google]: https://www.google.com/
[spotify]: https://www.spotify.com/
[paypal]: https://www.paypal.com/
[discord]: https://discord.com/

## Setting up

Install modules

```bash
yarn install
```

Build webpack module

```bash
yarn build
```