Username and Password generator? (for Twitter accounts)

lagrimas175

Regular Member
Joined
Sep 4, 2009
Messages
277
Reaction score
454
I am looking for a program that makes random usernames (somewhat realistic based off of names) and passwords (can be anything) then saves them to a text file.

i am trying to create twitter accounts with Tweet AccountCreator, but if you use a random hotmail account to register, for some reason, your posts don't really show up on the site.

so, i need to get real hotmail addresses... but i need to enter in usernames and passwords along with the addresses to get the twitter accounts.

can anyone help out?

thanks!
 
do you have excel? if so, you can use the =randbetween function to generate random numbers, like so. =randbetween(173288,23785835) that formula will generate random numbers between 173288 and 23785835. you can also use the same function to generate random numbers in the range of 100-9000, in column B, and merge it with column A, the colum you load a wordlist or list of names which are easily found online.
 
If the @hotmail.com domain is what's not working for you, Why not get a private domain and do a catchall? then you'll actually receive all the emails and can macro the verify email address emails.
 
If the @hotmail.com domain is what's not working for you, Why not get a private domain and do a catchall? then you'll actually receive all the emails and can macro the verify email address emails.

do you have any ideas for how i can implement this catchall part on my server?

my friend was telling me he uses something called "qmail" to achieve this but he also told me that if i go to my server, there could probably be a way to set it up in 2 clicks or something.

do you have any experience in this? or, do you know the easiest way i can set up a catch all for a private domain to later use with a macro that verifies all the links?

thanks!
 
Back
Top