Jump to content
UBot Underground

What email account creation bots are possible?


Recommended Posts

Ouch! This one just give me a server error:

 

clear cookies
navigate("http://www.gmx.com/", "Wait")
wait for browser event("Page Loaded", "")
click(<class="Button ButtonSignIn">, "Left Click", "No")
reset account("Any")
wait for browser event("Page Loaded", "")
set(#gender, $account data("Gender"), "Global")
set(#firstname, $account data("First Name"), "Global")
set(#lastname, $account data("Last Name"), "Global")
set(#birthmonth, $account data("Birth Month"), "Global")
set(#birthday, $account data("Birth Day"), "Global")
set(#birthyear, $rand(1955, 1991), "Global")
set(#username, $account data("Username"), "Global")
set(#gmxpassword, $account data("Password"), "Global")
set(#gmxdomain, $spin("\{gmx.us|gmx.com\}"), "Global")
set(#state, $account data("State"), "Global")
set(#securityquestion, "what is the make of your", "Global")
set(#securityanswer, "yummy", "Global")
wait(3)
if($comparison(#gender, "=", "Female")) {
    then {
        click(<value="FEMALE">, "Left Click", "No")
    }
    else {
    }
}
change attribute(<outerhtml=w"<input class=\"Text ColouredFocus\" type=\"text\" value=\"\" name=\"z*\" id=\"id*\" maxlength=\"30\" onchange=\"var wcall=wicketAjaxPost*:FormRegistration:ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:Row1:Field::IBehaviorListener:1:\', wicketSerialize(Wicket.$(\'id*\')),function() \{ \}.bind(this),function() \{ \}.bind(this), function() \{return Wicket.$(\'id*\') != null;\}.bind(this));\">">, "value", #firstname)
wait(1)
change attribute(<outerhtml=w"<input class=\"Text ColouredFocus\" type=\"text\" value=\"\" name=\"z*\" id=\"id*\" maxlength=\"30\" onchange=\"var wcall=wicketAjaxPost(\'?wicket:interface=:*:FormRegistration:ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:Row2:Field::IBehaviorListener:1:\', wicketSerialize(Wicket.$(\'id*\')),function() \{ \}.bind(this),function() \{ \}.bind(this), function() \{return Wicket.$(\'id*\') != null;\}.bind(this));\">">, "value", #lastname)
wait(1)
change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowBirthDate:Field:month">, #birthmonth)
wait(5)
change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowBirthDate:Field:day">, #birthday)
wait(2)
change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowBirthDate:Field:year">, #birthyear)
wait(2)
change dropdown(<country dropdown>, "United States")
wait(3)
change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowState:Field">, #state)
wait(2)
change attribute(<fieldset="Choose your Email Address">, "value", #username)
wait(2)
change dropdown(<name=w"ListRegistrationData:*:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:Row*:Field:SelectDomain">, #gmxdomain)
change attribute($element offset(<password field>, 0), "value", #gmxpassword)
wait(1)
change attribute($element offset(<password field>, 1), "value", #gmxpassword)
wait(1)
focus(<innertext="In Case you forget your Password">)
change dropdown(<name=w"ListRegistrationData:*:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:Panel103:Row1031:Field">, "Random - Skip First Choice")
wait(6)
type text(<outerhtml=w"<input class=\"Text ColouredFocus\" type=\"text\" value=\"\" name=\"z*\" id=\"id*\" maxlength=\"50\">">, #securityanswer, "Standard")
wait(1)
type text(<id="recaptcha_response_field">, $solve captcha(<style="display:block;">), "Standard")
wait(10)
wait for browser event("Page Loaded", "")
click(<name="ButtonSubmit">, "Left Click", "No")

 

Link to post
Share on other sites

Yopbot - works but useless to use as a email address:

 

navigate("http://www.yopmail.com/en/", "Wait")
set(#yopmailusername, $account data("Username"), "Global")
set(#randomtext, $random text(1), "Global")
set(#randomnumber, $rand(1, 99), "Global")
change attribute(<name="login">, "value", "{#randomtext}{#yopmailusername}{#randomnumber}")
click(<title="Check inbox @yopmail.com">, "Left Click", "No")
add item to list(%yopmail, $scrape attribute(<class="nw b">, "innertext"), "Delete", "Global")

 

Link to post
Share on other sites

Doesn't look like pop3 actually works in mailinator:

 

navigate("http://www.mailinator.com/", "Wait")
change attribute(<email field>, "value", "whatever")
click(<type="image">, "Left Click", "No")
connect to mail server("POP3", "whatever@mailinator.com", 12345678, "pop.mailinator.com", 110) {
    verify emails("", "", "Processed Verification Emails")
}

 

If if did work supposedly you can use any domain you use -  which might actually have some potential

 

From their FAQ:

 

Also note that you can point your own domains to Mailinator (i.e. specifically, your MX record). Thus you can have your "own private Mailinator" in that respect. The mailinator system accepts any email addressed to anyone@anywhere.com.

 

Link to post
Share on other sites
Here are serious Email provider that im using and the settings in ubot for pop3 work ( captcha solver required ).

 

 

for freenet.de and hotmailcom/hotmailde/livede you can use public proxies that you find on the internet.

 

freenet.de IMAP With SSL mx.freenet.de 993 freenet

 

 

here are the hotmail provider, just make 3 bots where you choose different provider ending in the email adress:

 

hotmail.com POP3 With SSL pop3.live.com 995 hotmail

hotmail.de POP3 With SSL pop3.live.com 995 hotmail

live.de POP3 With SSL pop3.live.com 995 hotmail

 

 

I dont use GMX and AOL but their account creation is as easy as the above.

 

 

 

 

to create a yahoocom/yahoode/ymailcom/rocketmailcom  arcorde  t-online.de email you have to use your local ip and change it every 5 email creations:

you can make a router reconnect every 5 emails that are created.

 

 

 

arcor.de IMAP With SSL imap.arcor.de 993 arcor

 

 

Here are the yahoo provider, same with hotmail, just change the ending in the bot.

to use yahoo with pop3 you have to relog in the email account after email creation and activate "pop3 usage" in the settings.

 

yahoo.com POP3 With SSL pop.mail.yahoo.com 995 yahoo

yahoo.de POP3 With SSL pop.mail.yahoo.com 995 yahoo

ymail.com POP3 With SSL pop.mail.yahoo.com 995 yahoo

rocketmail.com POP3 With SSL pop.mail.yahoo.com 995 yahoo

 

 

to use telekom.de with pop3 you have to login on http://freemail.t-online.de/ and retype the password

 

telekom.de IMAP With SSL secureimap.t-online.de 993 telekom

 

 

my tip: dont use the same password on every email when you create yahoo accounts or they will delete them after some weeks..

 

Edit: i dont recommend multithread, just make for every provider a single bot, u can start them more times.

the only thing where you have to care is that when you want to find out the correct line in the .csv to save the email: clear table, load csv, find out total rows, save email and pw, save to file, clear table

so every bot can use the same file to save

 

another tip: its easier to handle huge lists than huge csv, so try to make the email saving process with lists, not with csv

  • Like 2
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...