Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Ruby pervious cookie loading


ap101's Avatar
Quite Psycho
0 0

Ok, I have Googled for over 3 hours and I can't seem to find, or maybe I'm just not asking the right question, for a way to load a cookie session made in Firefox into ruby so I can be logged in when the code executes. I found about how to make a new session but not about logging in or loading a cookies values so it thinks its the browser.

What I found so far:

http://ruby-doc.org/core/classes/CGI/Session.html

This is the best I found. Any help would be nice. Thank you.


ap101's Avatar
Quite Psycho
0 0

Thanks MoshBat I'll look into it. appreciate the guidance.