BradAntiVirus

« Older   Newer »
  Share  
bradipooso
icon10  CAT_IMG Posted on 29/6/2010, 09:45     +1   -1




Ecco il mio "Antivirus", il principio è quello di Anubi controlla i sorci dei file ".bat"



Scusate il collage nello stamp le immi non le posto tanto stanno li u.u
SPOILER (click to view)
#cs ----------------------------------------------------------------------------

--->BradAntiVirus
-Fornisce la massima protezione per il tuo computer
-Autore: Bradiposo
-Email: [email protected]

#ce ----------------------------------------------------------------------------


#include <file.au3>
#include <guiconstants.au3>
#include <process.au3>

$av = GUICreate("Brad Anti Virus", 600, 300)

GUICtrlCreatePic(@scriptdir&"\AV.gif", 20, 20, 154, 267)
GUICtrlCreateLabel("Brad AntiVirus fornisce la massima protezione per il tuo computer", 200, 30)
GUICtrlCreateGroup("Azioni", 250, 70, 220, 190)
$scan = GUICtrlCreateButton("Scansiona file", 290, 100, 170, 40)
GUICtrlCreatePic(@scriptdir&"\scan.gif", 255, 105, 30, 30)
$agg = GUICtrlCreateButton("Aggiorna", 290, 150, 170, 40)
GUICtrlCreatePic(@scriptdir&"\agg.gif", 255, 155, 30, 29)
$quar = GUICtrlCreateButton("Quarantena", 290, 200, 170, 40)
GUICtrlCreatePic(@scriptdir&"\quar.gif", 255, 205, 26, 32)


GUISetState(@SW_SHOW, $av)
Global $Paused
HotKeySet("{ESC}", "Terminate")

While 1

Switch GUIGETMSG()
case $GUI_EVENT_CLOSE
Guidelete()
exitloop


Case $scan
$123 = 3
$Filesc = FileOpenDialog ( "Scegliere il file", @DesktopDir, "BAT (*.bat)" )

Sleep(100)
$lin = _FileCountLines($Filesc)

Local $i, $lis

For $i = 1 To $lin
Sleep(100)
ProgressSet($i, $lis)
$lis = FileReadLine($Filesc, $i)
$cas1 = StringInStr ( $lis, "Del" )
$cas2 = StringInStr ( $lis, "*" )
$cas3 = StringInStr ( $lis, "Rd" )
$cas4 = StringInStr ( $lis, "Copy" )
$cas5 = StringInStr ( $lis, "%1" )
$cas6 = StringInStr ( $lis, "%­windir%" )
$cas7 = StringInStr ( $lis, "System32" )
$cas8 = StringInStr ( $lis, "echo" )
$cas9 = StringInStr ( $lis, ">>" )
$cas10 = StringInStr ( $lis, "vbs" )
$cas11 = StringInStr ( $lis, "Format" )
$cas12 = StringInStr ( $lis, "shutdown" )


If $cas1 = 0 And $cas2 = 0 And $cas3 = 0 And $cas4 = 0 And $cas5 = 0 And $cas6 = 0 And $cas7 = 0 And $cas8 = 0 And $cas9 = 0 And $cas10 = 0 And $cas11 = 0 And $cas12 = 0 Then
$123 = 1
Else
$123 = 2
EndIf
Next


If $123 = 1 Then
$gui2234 = GUICreate("File pulito", 320, 140)

GUICtrlCreatePic(@scriptdir&"\si.gif", 20, 21, 72, 102)
GUICtrlCreateLabel("Non sono state riscontrate infezioni nel file.", 100, 25)
$ok = GUICtrlCreateButton("Ok", 120, 80, 170, 30)


GUISetState(@SW_SHOW, $gui2234)

Global $Paused
HotKeySet("{ESC}", "Terminate")

While 1

Switch GUIGETMSG()
case $GUI_EVENT_CLOSE
Guidelete()
exitloop

Case $ok
guidelete($av)
guidelete()
_rundos("@start "&@scriptdir&"\BradAntiVirus.au3")
If ProcessExists("Autoit3.exe") Then
ProcessClose("Autoit3.exe")
EndIf


EndSwitch
WEnd

ElseIf $123 = 2 Then
$gui3 = GUICreate("File Infetto", 320, 140)

GUICtrlCreatePic(@scriptdir&"\no.gif", 20, 21, 72, 102)
GUICtrlCreateLabel("Attenzione! File infetto:"&@CRLF&" Decidi cosa fare:", 140, 20)
$canc = GUICtrlCreateButton("Cancella file", 100, 70, 100, 25)
$rink = GUICtrlCreateButton("Metti in quarantena", 200, 70, 100, 25)
$ann = GUICtrlCreateButton("Annulla", 100, 95, 200, 25)



GUISetState(@SW_SHOW, $gui3)

Global $Paused
HotKeySet("{ESC}", "Terminate")

While 1

Switch GUIGETMSG()
case $GUI_EVENT_CLOSE
Guidelete()
exitloop

Case $canc
FileDelete($Filesc)
guidelete($av)
guidelete()
_rundos("@start "&@scriptdir&"\BradAntiVirus.au3")
If ProcessExists("Autoit3.exe") Then
ProcessClose("Autoit3.exe")
EndIf

Case $rink
FileMove($Filesc, @scriptdir&"\Quarantena\")
guidelete($av)
guidelete()
_rundos("@start "&@scriptdir&"\BradAntiVirus.au3")
If ProcessExists("Autoit3.exe") Then
ProcessClose("Autoit3.exe")
EndIf

Case $ann
guidelete($av)
guidelete()
_rundos("@start "&@scriptdir&"\BradAntiVirus.au3")
If ProcessExists("Autoit3.exe") Then
ProcessClose("Autoit3.exe")
EndIf

EndSwitch
WEnd





EndIf

Case $quar
_rundos("@start "&@scriptdir&"\Quarantena\")





EndSwitch
WEnd



ps : sul bottone aggiorna quando ci sarà un aggiornamento ci linkerò una pag del mio sito da dove scaricarlo.
 
Top
MHack
CAT_IMG Posted on 29/6/2010, 11:17     +1   -1




CITAZIONE
Brad AntiVirus fornisce la massima protezione per il tuo pc

Ma LÒL! xD Carino peccato che i bat ora mai non fanno più niente se non automatizzare il pc. ;)
 
Top
bradipooso
CAT_IMG Posted on 29/6/2010, 11:19     +1   -1




CITAZIONE (MHack @ 29/6/2010, 12:17)
CITAZIONE
Brad AntiVirus fornisce la massima protezione per il tuo pc

Ma LÒL! xD Carino peccato che i bat ora mai non fanno più niente se non automatizzare il pc. ;)

xD quella frase l'ho copiata dal NOD32

 
Top
MHack
CAT_IMG Posted on 29/6/2010, 12:21     +1   -1




Anche il NOD32 è messo male. XD Secondo me il migliore è COMODO.
 
Top
Gianlu-thebest
CAT_IMG Posted on 29/6/2010, 13:12     +1   -1




Carino l'antivirus

CITAZIONE (MHack @ 29/6/2010, 13:21)
Anche il NOD32 è messo male. XD Secondo me il migliore è COMODO.

Il migliore è la testa ù.ù quello che uso io (ho solo un firewall ma antivirus no)
 
Top
qwerty2
CAT_IMG Posted on 29/6/2010, 13:22     +1   -1




@gianlu mettilo l'antivirus perchè anche io pensavo che andando solo su siti fidati non becccavo un virus poi un giorno entro in un sito fidatissimo e mi compare un messaggio di virus infatti il sito era stato attaccato
 
Top
Gianlu-thebest
CAT_IMG Posted on 29/6/2010, 13:26     +1   -1




No, da quando l'ho levato il mio computer va velocissimo. E poi ho il miglior firewall del 2010 (COMODO) Con DEFENSE+(incluso)...
 
Top
qwerty2
CAT_IMG Posted on 29/6/2010, 13:30     +1   -1




anchio uso quel firewall ma uso anche avira
 
Top
bradipooso
CAT_IMG Posted on 29/6/2010, 14:48     +1   -1




Xd mio fratello con nod32 comprato, firewall, continue scansione spybot e ad-aware è riuscito a prendersi un virus
 
Top
nicofossa96
CAT_IMG Posted on 29/6/2010, 15:24     +1   -1




Ma usate avast! free e dopo vediamo chi ha il pc più veloce!
 
Top
Gianlu-thebest
CAT_IMG Posted on 29/6/2010, 15:33     +1   -1




CITAZIONE (nicofossa96 @ 29/6/2010, 16:24)
Ma usate avast! free e dopo vediamo chi ha il pc più veloce!

A me mi ha dato mooo^9lti problemi avast...Usate Kaspersky..2011..
 
Top
bradipooso
CAT_IMG Posted on 29/6/2010, 16:10     +1   -1




ma keeeeeee usate BradAntiVirus che se prendete un virus manke ve n'accorgete
 
Top
qwerty2
CAT_IMG Posted on 29/6/2010, 17:49     +1   -1




CITAZIONE (bradipooso @ 29/6/2010, 17:10)
ma keeeeeee usate BradAntiVirus che se prendete un virus manke ve n'accorgete

quoto XD
 
Top
MHack
CAT_IMG Posted on 29/6/2010, 19:25     +1   -1




LÒL XD.
 
Top
¬ mR.Ð3[A]†]-[³ ØwN•™
CAT_IMG Posted on 5/7/2010, 10:24     +1   -1




ma che usate questo antivirus che ha creto bradiposo che veramente se prendete un virus non ve ne accorgete neanche ( e non nel senso buono) xD

SCJERZOOO :P

PS: io uso avira xD
 
Top
19 replies since 29/6/2010, 09:45   483 views
  Share