I'm trying to test some logins on several sites,
I have a list 1 contains username:password
and I have another leaked database list 2 and the passwords are protected with the hash, and there is a relation between list 1 and list 2 it shared the same accounts.
my hard way method was:
I try to verify if the username has an account on the list 2 by copy and past and if it's available I will test it. everything is manuel and boooooring as hell
I need ur help how I can make this process automatic:
here is a draw to elaborate more:
any tips idea are highly appreciated
I have a list 1 contains username:password
and I have another leaked database list 2 and the passwords are protected with the hash, and there is a relation between list 1 and list 2 it shared the same accounts.
my hard way method was:
I try to verify if the username has an account on the list 2 by copy and past and if it's available I will test it. everything is manuel and boooooring as hell
I need ur help how I can make this process automatic:
here is a draw to elaborate more:
any tips idea are highly appreciated