Jump to content
  • 0

help with pass hash


wowo212

Question

Hello I need help inserting a hash password in postdata
password for md5 is easy

 

vKwrKK.png

but how now md5 change to sha1?

  • Like 1
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

If u need SHA1 in Sentry you have to select first Sha algorithm u need. You can do this defining a variabile, call it shaSelect for example

5REn6x5.jpg

You'll set SetParameterValue depending on which SHA algorithm u need...

eTC5q80.jpg

Look at the picture above: If u need SHA1 SetParameterValue will be 1, if u need SHA224 SetParameterValue will be 2 and so on...

Define another variable, call it shaHash

cyQP26x.jpg

Send it as Post Action Post Data and u are done

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

  • 0

thanks but I have pass transform like this 

np.

pass :pacifico
this pass in md5 564f7813193afb994d198d2e85597049 this hash I need convert to sha1  like here 
hash md5  564f7813193afb994d198d2e85597049 to --> sha1

result  e979fe0a89a8b700cd568ebbbfd21cc4156a759a

I need this formula to postdata[ e979fe0a89a8b700cd568ebbbfd21cc4156a759a] how to do it ?

@pacifico

Link to comment
Share on other sites

  • 0

FIRST VARIABLE

10WUS2w.jpg

SECOND VARIABLE

WQ3cFE0.jpg

THIRD VARIABLE

kRbtumh.jpg

In the picture above md5Hash (Input 1) is the first variable

FOURTH VARIABLE

bEVKCZ0.jpg

Here shaHash (Input 2)  is the third variable

Send variable postData (fourth variable) as Post Action Post Data

So  if your plain password is pacifico like in your example you'll have  from variable computation:

Q01TFlF.jpg

Edited by pacifico
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...