Jump to content

help me login to website using script


ao39498

Recommended Posts

website login

when you attempt to login with username and password, either scenario will happen:
a) providing incorrect login credentials will show username and password in post web request that appears to be encrypted client side
b) providing correct login credentials will oddly not show anything in post web request

host request:
screenshot-2.png

post data request:
screenshot-1.png

encrypt:
screenshot-3.png

looking at the javascript sourcecode, it goes and encrypts the value.. the value for username and password is always different which makes me believe there might be some sort of timestamp involved.

I want to login to this website using python script, which I think I have to encrypt these values in the same format. Could anyone attempt to login and give their opinion on how I can approach this? The encrypt function is obfuscated?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...