Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justyuuto/chrome-stealer-extension
- Owner: JustYuuto
- Created: 2023-08-28T14:33:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-31T16:58:26.000Z (over 1 year ago)
- Last Synced: 2024-10-11T03:40:28.190Z (3 months ago)
- Topics: chrome, chrome-cookies, chrome-extension, chrome-stealer, google-chrome, webpack
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```