Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the connect.sid cookie from TryHackMe #1

Closed
GnarLito opened this issue Nov 22, 2021 · 0 comments
Closed

How to get the connect.sid cookie from TryHackMe #1

GnarLito opened this issue Nov 22, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@GnarLito
Copy link
Owner

GnarLito commented Nov 22, 2021

How can I get the connect.sid cookie from tryhackme to use in the API.

Resolution

To be able to get the cookie u first need to be logged in to tryhackme
Then follow these instructions:

  • Open Developers tools (F12)
  • Go to storage
  • Go to cookies
  • Copy the Value at connect.sid (starts with s%)
  • Set value as session

Note: Do Not share your connect.sid cookie with anyone.

image

@GnarLito GnarLito added the documentation Improvements or additions to documentation label Nov 22, 2021
@GnarLito GnarLito pinned this issue Nov 22, 2021
@GnarLito GnarLito added the question Further information is requested label Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
Status: Documentations
Development

No branches or pull requests

1 participant