Anarchist Cookbook  

Go Back   Anarchist Cookbook > Anarchist Cookbook > Hacking
Connect with Facebook

Hacking Hacking related discussions.

Reply
 
Thread Tools Search this Thread Display Modes
Old July 30th, 2006   #1
big killer monkeys
Junior Member
 

Join Date: Jul 2006
Posts: 2
how do i send alot of emails very quikly

some 1 is annoyn me on msn how can i send dem alot of emails very quikly plz tell me dudes
big killer monkeys is offline   Reply With Quote
Old July 30th, 2006   #2
Tigerlilyhb89
Fucking Awesome
 
Tigerlilyhb89's Avatar
 

Join Date: Oct 2005
Location: Kansas
Age: 21
Posts: 199
Send a message via MSN to Tigerlilyhb89
Omg, I understand that you might want to save time by typing like that but its annoying as fuck. Really, it only makes you look like an incoherant dumbass.
Tigerlilyhb89 is offline   Reply With Quote
Old July 30th, 2006   #3
Cuddles
Senior Member
 

Join Date: Dec 2005
Location: i dont know, but its aweful hot...
Posts: 2,047
Send a message via AIM to Cuddles Send a message via MSN to Cuddles
asdfadsffff

make an automailer:

find an email script;
copy it;
loop the mailing part a certain # of times (say a few thousand);
host it on a website with smtp or pop3 support (dajoob supports php's mail function, so that'd work);
run it.

if you want a script: you can take the one i took from operator on enigmagroup...his had errors...mine doesnt....but i still left all his comments...im thinking i might put a bit at the end for giving him credit....

most email websites seem to claim it is spam, and it wont send to yahoo for some reason (not sure why, might just be a misconfiguration or something)

http://spoogly.dajoob.com/email.php?option=source

only thing that needs to be done: (no idea why im making this this simple)
change
------------------------------------------
[code]$myexpressmail = mail($to, $subject, $body, "From: $from");
if($myexpressmail)
{
echo 'Email send to ' . htmlspecialchars($to) . ' from ' . htmlspecialchars($from) . '.';
}else{
echo 'The script was unable to send the mail.
';
exit;
} [/code]
-----------------------------------------------------
to:
------------------------------------------------------
[code]for ($i=0; $i<1000; $i++)
{
$myexpressmail = mail($to, $subject, $body, "From: $from");
if($myexpressmail)
{
echo 'Email send to ' . htmlspecialchars($to) . ' from ' . htmlspecialchars($from) . '.';
}else{
echo 'The script was unable to send the mail.
';
exit;
}
}[/code]
----------------------------------------------------------


edit: and i filtered out the bad typing the first time cuz im so used to it...but now that i reread it, it's quite obnoctious....edit 2: i was fixing something i didnt like
Cuddles is offline   Reply With Quote
Old July 30th, 2006   #4
Cuddles
Senior Member
 

Join Date: Dec 2005
Location: i dont know, but its aweful hot...
Posts: 2,047
Send a message via AIM to Cuddles Send a message via MSN to Cuddles
lol...well i gave him a way to do it...not necessarily a way i would do it....

personally, ive found a few pages i could exploit to send mass emails over and over again...it's just a matter of bothering with it....
Cuddles is offline   Reply With Quote
Old July 31st, 2006   #5
big killer monkeys
Junior Member
 

Join Date: Jul 2006
Posts: 2
massigy wats ur way please help me i really dont understand all that code stuff lol
big killer monkeys is offline   Reply With Quote
Old August 3rd, 2006   #6
the homo phobe
Member
 
the homo phobe's Avatar
 

Join Date: Sep 2005
Location: 66.230.218.91 sever #: 99281773***
Posts: 244
Go to Massigy's site and download bitchbucket. Put in that person's eamil. It signs them up for lots and lots f porn(gay) Come to think of it, I have a friend who might appreciate this. i have to get his email. XD
the homo phobe is offline   Reply With Quote
Old October 19th, 2006   #7
magicalmerf
Mod
 
magicalmerf's Avatar
 

Join Date: Jun 2006
Location: Somewhere.
Posts: 877
Ya or you could use ghost mouse, look it up on google and you can download it, it can record mouse strokes.. but there is a limit perday on hotmail how many emails you can send and every like 50th or somthing email you'll have to type in some numbers, cuz they think your spamming...just type that in and start again..
magicalmerf is offline   Reply With Quote
Old October 19th, 2006   #8
magicalmerf
Mod
 
magicalmerf's Avatar
 

Join Date: Jun 2006
Location: Somewhere.
Posts: 877
nuke?
magicalmerf is offline   Reply With Quote
Reply

Tags
send, alot, emails, quikly


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:09 PM.


Powered by Anarchy and vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.