{"id":15150427,"url":"https://github.com/facumastri/cookie_stealer","last_synced_at":"2025-09-29T19:30:55.763Z","repository":{"id":182451288,"uuid":"668470504","full_name":"FacuMastri/cookie_stealer","owner":"FacuMastri","description":"POC about cookie stealing for Google Chrome. Intended to work on Ubuntu, Kali and Windows","archived":false,"fork":true,"pushed_at":"2023-07-20T02:24:13.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-09-26T14:03:57.087Z","etag":null,"topics":["6669","cookie-stealer","cookie-stealing","cookies","fiuba","google-chrome","kali-linux","ubuntu","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"efoppiano/cookie_stealer","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FacuMastri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-19T22:21:02.000Z","updated_at":"2023-07-20T02:24:17.000Z","dependencies_parsed_at":"2023-07-20T03:39:01.358Z","dependency_job_id":null,"html_url":"https://github.com/FacuMastri/cookie_stealer","commit_stats":null,"previous_names":["facumastri/cookie_stealer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacuMastri%2Fcookie_stealer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacuMastri%2Fcookie_stealer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacuMastri%2Fcookie_stealer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacuMastri%2Fcookie_stealer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FacuMastri","download_url":"https://codeload.github.com/FacuMastri/cookie_stealer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219874667,"owners_count":16554606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["6669","cookie-stealer","cookie-stealing","cookies","fiuba","google-chrome","kali-linux","ubuntu","windows"],"created_at":"2024-09-26T14:04:02.682Z","updated_at":"2025-09-29T19:30:50.435Z","avatar_url":"https://github.com/FacuMastri.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cookie Stealer\r\n\r\nPrueba de concepto de un Cookie Stealer en Python. Implementado para Google Chrome tanto para Windows como para Linux (Ubuntu).\r\n\r\n\r\n## Requisitos\r\n\r\n- Windows 10 (22H2); Ubuntu 22.04 o superior; Kali (2021.1 o superior).\r\n- Python 3.5 o superior.\r\n- [pip](https://pip.pypa.io/en/stable/installation/) para la instalación de dependencias.\r\n\r\n## Creacion de entorno virtual\r\n\r\nEn ambos sistemas operativos\r\n\r\n```bash\r\npython3 -m venv .venv\r\n```\r\n\r\nLuego activar el entorno virtual\r\n\r\n### Windows\r\n\r\n```bash\r\nC:\\\u003e \u003cvenv\u003e\\Scripts\\activate.bat\r\n```\r\n\r\n### Ubuntu\r\n\r\n```bash\r\nsource \u003cvenv\u003e/bin/activate\"\r\n```\r\n\r\nDonde `\u003cvenv\u003e` es el nombre del directorio donde se creó el entorno virtual. Por ejemplo, si el directorio se encuentra\r\nen `/home/user/cookie-stealer`, entonces el comando seria `source /home/user/cookie-stealer/.venv/bin/activate`\r\n\r\n## Ejecucion en Windows\r\n\r\nParados en la raiz del proyecto.\r\n\r\n### Instalar requerimientos\r\n\r\n```bash\r\npip3 install -r requirements.txt\r\n```\r\n\r\n### Correr server\r\n\r\n```bash\r\npython3 -m uvicorn server.main:app\r\n```\r\n\r\n### Recolectar cookies y enviarlas al servidor\r\n\r\n```bash\r\npython3 .\\stealer.py\r\n```\r\n\r\n## Ejecución en Ubuntu\r\n\r\n### Instalar requerimientos en Ubuntu\r\n\r\n```bash\r\npip3 install -r requirements-ubuntu.txt\r\n```\r\n\r\n### Recolectar cookies e imprimirlas por pantalla\r\n\r\n```bash\r\npython3 ./stealer-ubuntu.py\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacumastri%2Fcookie_stealer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacumastri%2Fcookie_stealer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacumastri%2Fcookie_stealer/lists"}