i am trying to get the admin credentials of a word press site.so i wrote the code to create a dictionary of all length passwords(basically brute force).but the problem is the length.it works fine upto 5 length words.but the file size increases drastically after 6 and the system hangs up(basically 10 digits,26 lowercase,26 uppercase,10 special symbols).its natural as the length increases no.of combinations will also increase..
my question is are there any alternatives to it..or any alternate method to get the login details..apart from social engineering.