17.09.2010, 15:47
I don't see why not. But I have changed the concept a lot so its only 256 combinations now. I had some holes in the last concept. Basicly user will split the string in 16 pieces. And he will define the combination in the plugin.
EXAMPLE:
CheckUSPK("1","2","3","4","5","6","7","8","9","10" ,"11","12","13","14","15","16");
And now in the plugin the user will make a combination:
fistp = params[7];
secondp = params[2];
.
.
.
And this will make the script foul-proof on the password discovery side. I just need a concept for the script itself, concretly the possebility that stealer removes the line from the script.
EXAMPLE:
CheckUSPK("1","2","3","4","5","6","7","8","9","10" ,"11","12","13","14","15","16");
And now in the plugin the user will make a combination:
fistp = params[7];
secondp = params[2];
.
.
.
And this will make the script foul-proof on the password discovery side. I just need a concept for the script itself, concretly the possebility that stealer removes the line from the script.