I have used this method for 1 or 2 years. I hope it will be useful to users who need it.
The so-called session cookie means that after you successfully log on to the platform,
Sending a cookie indicates that you have passed the verification,
The difference is that it will not exist on your hard disk, that is:
After you leave the browser, it will disappear, that is, the next time you reopen
Browser, and then enter this site, the cookie is gone.
So how can we make this cookie always valid? It's been too long.
Let's keep it for 50 years...
The following is a code snippet:
Set win = external. menuArguments
S = win.doc ument. cookie
For each I in split (s ,";")
Document. cookie = I & "; expires = Thu, 1 Jan 2099 UTC"
Next
The principle is simple: Read the session cookie, and then read its expire date,
It will be as simple as a decade later ..
What are the benefits of using this?
1. Some platforms use session cookies so that you can only download them using IE instead of using flashget.
(Because flashget cannot catch the session cookie), you can use this program to break these platforms.
Use flashget and nettransport directly.
2. For platforms like holio, after login is run once, you can log on without verification,
Directly go to the webpage (validity period, depending on asp session, usually about 1 day)
3. Crack some simple websites, such as softking (with unregistered users, you can only query three times; otherwise, you need to disable
Unreasonable restrictions on browser re-occurrence) in softking, after one run, the cookie record will always be
Check, softview = 1 .. That is to say, no matter how many times you query, the cookie value sent is always 1
The browsing restriction is canceled.
4. log onForumSuspectForumIs the Cookie retention period not long enough? Add yourself to 50 years ..
5. The attacker needs to manually enter the front door of the gif number seen on the screen (only once manually input, save the cookie, and perform brute-force cracking)
Okay. How can I run this program?
##################
[General Usage: Applicable to IE, Sleipnir, MyIE2, all browsers]
Right-click IE (that is, when you are running FlashGET to capture a file, right-click the file, and choose download, that is, right-click IE)
Put the following program in c: winntwebpcookie.htm
The following is a code snippet:
Set win = external. menuArguments
Set doc=win.doc ument
S = doc. cookie
For each I in split (s ,";")
Doc. cookie = I & "; expires = Thu, 1 Jan 2099 UTC"
Next
---------------------------------------
Then, put the following REG rule into c: winntwebpcookie. reg.
---------------------------------------
The following is a code snippet:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftInternet assumermenuext (& P) cookie]
@ = "C:/winnt/web/pcookie.htm"
"Contexts" = dword: 000000ff
---------------------------------------
Run the reg file and re-open IE. You can right-click IE and use
##################
[Dedicated for Sleipnir]
At the top of the URL bar, there is a green arrow on the right, that is, AddrMenu. Click Next and select "Edit extended menu 」
In AddrMenu. INI, add this line to the bottom line (the following three rows need to be connected to one row)
---------------------------------------
The following is a code snippet:
(& P) cookie | javascript: var ar = document. cookie. split (";");
For (I = 0; I "; expires = Thu, 1 Jan 2099 UTC" ;}; eval ()