Skip to content

Instantly share code, notes, and snippets.

@ESWZY
Created April 23, 2021 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ESWZY/66bf8923615d7baf88dc7cc78ee02205 to your computer and use it in GitHub Desktop.
Save ESWZY/66bf8923615d7baf88dc7cc78ee02205 to your computer and use it in GitHub Desktop.
Keep your cookie alive just in one line!
python3 -c "while True: print(__import__('requests').get('http://www.github.com',cookies={'MYSESSID':'blabla'}));__import__('time').sleep(1450)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment