Help results of md5 hash not same in ob1


jav=&md5jav=&op=loginjav
hash string of ‘signjav’ not same in ob1
but hash string of ‘md5jav’ are same
how to fix this?

They are called hashes for a reason.

No. I tried on OB anom and SVB it’s same as ob1

And why the heck are you trying to hash the whole post data?

the website required md5 password

Then just hash the password?

after hash the password
need hash this ’ jav=&md5jav=md5@P4ssw0rds&op=loginjav ’

can you help me
hash string of ‘signjav’ not same in ob1
but hash string of ‘md5jav’ are same

image
image

1 Like

Look carefully what I did, and replicate it.

CompilationErrorException

[IDLE] (7,62): error CS0103: The name ‘hashStringOutput’ does not exist in the current context

image

1 Like

can you show the results
in my still not same

I’m right?
jav=<input.USER>&md5jav=&op=loginjav

my p@ssword called

while tried to post login website is still sign conflict it’s cause problem of hash not same as in ob1

Create a new hash string block and put these letters below oof:
image

Now go to the Request block and put this as post data:
image
jav=<input.USER>&md5jav=<HashedPass>&op=loginjav

Do you have a modified environment.ini or not?

Yes my environment is
[WORDLIST TYPE]
Name=UserPass
Regex=^.:.$
Verify=True
Separator=:
Slices=USER,PASS

[WORDLIST TYPE]
Name=MailPass
Regex=^.@.:.*$
Verify=True
Separator=:
Slices=USER,PASS

[WORDLIST TYPE]
Name=Credentials
Regex=^.:.$
Verify=True
Separator=:
Slices=USERNAME,PASSWORD

Okay, try the solution I told you above.