Quote:
Originally Posted by Hühnchenkopf
It's much easier with python I think, just send the Function directly with any passwords.
Code:
your_list = 'abcdefghijklmnopqrstuvwxyz'
complete_list = []
for current in xrange(10):
a = [i for i in your_list]
for y in xrange(current):
a = [x+i for i in your_list for x in a]
complete_list = complete_list+a
That's a little bruteforce script in python, but if you want to hack accounts with it, it's not allowed to ask anything about this here.
|
My thread sounds like I'm trying to hack accounts but i'm not.. the fact is that I've forgot my warehouse password which was made from non-printable characteres ( ctrl + character ) and the staff doesn't want to help me..
So,
Hmm, what are you telling there is great , I mean , send the function directly with the password but the problems is that I don't know the function of the warehouse.
I'm completly new to memory editing ..
Thanks,