adv Posted May 15, 2008 Share Posted May 15, 2008 the problem is that i`ve tried using curl to login to a site remotely the site has the postfields like this user=D&password=72f2c573b2b6579a469ba6c376a60331&authMode=CSP&javabil=java&brws=NAVWin32&brwver=5 the password is hashed what hash is that? and if i try to login again with the same password if gives another hash user=D&password=bb57d6cc7f7656b8838a214ac2941a5a&authMode=CSP&javabil=java&brws=NAVWin32&brwver=5 i`ve used the same password how do i get pass this ? how does it store the password ... thanks in advance Link to comment https://forums.phpfreaks.com/topic/105844-curl/ Share on other sites More sharing options...
DyslexicDog Posted May 16, 2008 Share Posted May 16, 2008 It might be based on time. The only way to get by that is to know the algorithm used to calculate the hash. You could login using cURL and then manually load the page after you get the new hash from the get variable. Link to comment https://forums.phpfreaks.com/topic/105844-curl/#findComment-542506 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.