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 #2

Open
GnarLito opened this issue Nov 17, 2021 · 0 comments
Open

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

GnarLito opened this issue Nov 17, 2021 · 0 comments
Labels
question Further information is requested

Comments

@GnarLito
Copy link
Owner

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%)
  • paste the value in the Postman TryHackMe Environment connect.sid variable value.

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

If after doing these steps the cookie still not works, then check out issue #1 or comment on this post.

image
image

@GnarLito GnarLito added the question Further information is requested label Nov 17, 2021
@GnarLito GnarLito pinned this issue Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant