Friday, February 24, 2012

Virus scan


Hey guys today I will show you this program that will keep keyloggers out of your computer... I got the keygen in side with the download .....
it simply keeps out keyloggers...

DownloadPirate

[Image: antilogger.png]


Thank YouBlack Hat

Thursday, February 23, 2012

Encrypted Email>FREE... 5 Ways to learn to have a encrypted email!

So let’s begin: I don’t know whether the Big Brother watches us or not but I know that some guys know how to read stuff that go on the Web. E-mails are used everywhere and almost everyone nowadays has an account. Those e-mails are quite often transmitted as plain text so they’re easily readable. So why don’t we keep our information for ourselves and crypt our emails?
Here’s a quick list on how to do it:


1) HushMail --> it’s one of the most popular. You sign up and you get an account you can send encrypted e-mails from. If the recipient hasn’t an HushMail account it will be asked to respond a secret question you decided. If the answer is correct then he/she will be able to read the email.
2) Enigmail --> it's a free extension to the email client Mozilla Thunderbird. In this case you have to install it and select “encrypt this message” in the writing box. Obviously it’s not necessary to sign up for a new account, you use the one you have already.
3) Lockbin --> it's an online service you can send encrypted emails from. Just click "Start Now" to start composing a new message, and then set a password to protect it. The recipient will receive an email from Lockbin in which he/she will find a link that leads to a Lockbin HTTPS page. In this page he/she will have to type in the password to get the email.
4) Encipher.it --> it's the most quick and simple system that protects emails with Advanced Encryption Standard (AES). It’s a bookmarklet and requires the recipient to have it too.
5) Last but not the least: send a .txt or .doc file in a ZIP/RAR password protected archive as an attachment.

Wednesday, February 22, 2012



Monday, February 20, 2012

How to get Everything for Free! Free Movies, Free Programs, Free everything! Download! FREE

Okey so people this days ask me oh how do I get the key for this antivirus and how do I get it for this well i'm here to tell you Okey I'm only 15 years old but you know how many times I blocked and crashed this computer well it was alot of times it was like every 30 days....That is how you learn to hack I'm still not a good hacker I still can Not hack websites (if any one knows plz PM me) But that does not mean that I do not know some good things like how to get all this free antiviruses and programs ...it is completely free...

Okey so first click here to go to this website and and download torrents


Okey know you just install that!


The best torrents website to go is this one

Click HERE For torrent website!

This website is pretty simple to download!

Here are some pictures! Follow STEPS IN THE PICTURES!

Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.

Saturday, February 18, 2012

How To Crack A Wi-Fi Network’s WEP Password

Today we’re going to run down, step-by-step, how to crack a Wi-Fi network with WEP security turned on. But first, a word: Knowledge is power, but power doesn’t mean you should be a jerk, or do anything illegal. Knowing how to pick a lock doesn’t make you a thief. Consider this post educational, or a proof-of-concept intellectual exercise.
Dozens of tutorials on how to crack WEP are already all over the internet using this method. Seriously—Google it. This ain’t what you’d call “news”. But what is surprising is that someone like me, with minimal networking experience, can get this done with free software and a cheap Wi-Fi adaptor. Here’s how it goes.

What You’ll Need

Unless you’re a computer security and networking ninja, chances are you don’t have all the tools on hand to get this job done. Here’s what you’ll need:

Crack that WEP

To crack WEP, you’ll need to launch Konsole, BackTrack’s built-in command line. It’s right there on the taskbar in the lower left corner, second button to the right. Now, the commands.
First run the following to get a list of your network interfaces:
airmon-ng
The only one I’ve got there is labelled ra0. Yours may be different; take note of the label and write it down. From here on in, substitute it in everywhere a command includes (interface).
Now, run the following four commands. See the output that I got for them in the screenshot below.
airmon-ng stop (interface)
ifconfig (interface) down
macchanger –mac 00:11:22:33:44:55 (interface)
airmon-ng start (interface)
If you don’t get the same results from these commands as pictured here, most likely your network adaptor won’t work with this particular crack. If you do, you’ve successfully “faked” a new MAC address on your network interface, 00:11:22:33:44:55.
Now it’s time to pick your network. Run:
airodump-ng (interface)
To see a list of wireless networks around you. When you see the one you want, hit Ctrl+C to stop the list. Highlight the row pertaining to the network of interest, and take note of two things: its BSSID and its channel (in the column labelled CH), as pictured below. Obviously the network you want to crack should have WEP encryption (in the ENC) column, not WPA or anything else.
Like I said, hit Ctrl+C to stop this listing. (I had to do this once or twice to find the network I was looking for.) Once you’ve got it, highlight the BSSID and copy it to your clipboard for reuse in the upcoming commands.
Now we’re going to watch what’s going on with that network you chose and capture that information to a file. Run:
airodump-ng -c (channel) -w (file name) –bssid (bssid) (interface)
Where (channel) is your network's channel, and (bssid) is the BSSID you just copied to clipboard. You can use the Shift+Insert key combination to paste it into the command. Enter anything descriptive for (file name). I chose "yoyo", which is the name of the network name I'm cracking.
You'll get output like what's in the window in the background pictured below. Leave that one be. Open a new Konsole window in the foreground, and enter this command:
aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:55 -e (essid) (interface)
Here the ESSID is the access point’s SSID name, which in my case is yoyo. What you want to get after this command is the reassuring “Association successful” message with that smiley face.
You’re almost there. Now it’s time for:
aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 (interface)
Here we’re creating router traffic to capture more throughput faster to speed up our crack. After a few minutes, that front window will start going crazy with read/write packets. (Also, I was unable to surf the web with the yoyo network on a separate computer while this was going on.) Here’s the part where you might have to grab yourself a cup of coffee or take a walk. Basically you want to wait until enough data has been collected to run your crack. Watch the number in the “#Data” column—you want it to go above 10,000. (Pictured below it’s only at 854.)
Depending on the power of your network (mine is inexplicably low at -32 in that screenshot, even though the yoyo AP was in the same room as my adaptor), this process could take some time. Wait until that #Data goes over 10k, though—because the crack won’t work if it doesn’t. In fact, you may need more than 10k, though that seems to be a working threshold for many.
Once you’ve collected enough data, it’s the moment of truth. Launch a third Konsole window and run the following to crack that data you’ve collected:
aircrack-ng -b (bssid) (file name-01.cap)
Here the filename should be whatever you entered above for (file name). You can browse to your Home directory to see it; it’s the one with .cap as the extension.
If you didn’t get enough data, aircrack will fail and tell you to try again with more. If it succeeds, it will look like this:
The WEP key appears next to “KEY FOUND.” Drop the colons and enter it to log onto the network.

Problems Along the Way

With this article I set out to prove that cracking WEP is a relatively “easy” process for someone determined and willing to get the hardware and software going. I still think that’s true, but unlike the guy in the video below, I had several difficulties along the way. In fact, you’ll notice that the last screenshot up there doesn’t look like the others—it’s because it’s not mine. Even though the AP which I was cracking was my own and in the same room as my Alfa, the power reading on the signal was always around -30, and so the data collection was very slow, and BackTrack would consistently crash before it was complete. After about half a dozen attempts (and trying BackTrack on both my Mac and PC, as a live CD and a virtual machine), I still haven’t captured enough data for aircrack to decrypt the key.
So while this process is easy in theory, your mileage may vary depending on your hardware, proximity to the AP point, and the way the planets are aligned. Oh yeah, and if you’re on deadline—Murphy’s Law almost guarantees it won’t work if you’re on deadli

How to Burn an ISO Image to a Disc

There may be a time when you have an ISO image that you need to burn to a CD or DVD for use in a computer or other device. Today we show you how to do it using ImgBurn, ISO Recorder, and Windows Disc Image Burner in Windows 7.

You might need to burn an ISO of an operating system, software app, CD, DVD…etc. It doesn’t matter what the ISO image is, burning an image is a fairly straight-forward process and here we’ll take a look at three free options to accomplish it.

Using ImgBurn

ImgBurn is an awesome free utility that will create ISO images, allow out burn almost anything, and a lot more. Although there are a lot advanced features available, burning an ISO to disc is easy. Download and install ImgBurn (link below) taking the defaults in the install wizard.

The main thing to watch for and uncheck during installation is when it offers the worthless Ask Toolbar.

2install

The easiest way to use ImgBurn is to burn an image to disc is pop in a blank disc to the CD/DVD drive, right-click on the ISO file, and select Burn using ImgBurn.

ImgBurn opens up with the source and destination fields already filled in. You can leave the default settings, then click the Write button.

You’ll notice that the ImgBurn Log screen opens, this is by default and is meant to show error messages you may receive during the writing process.

A successful burn! That is all there is to it…click Ok and close out of ImgBurn.

Use ISO Recorder

ISO Recorder (link below) is another great utility for burning ISO images to disc. They have a version for XP, Vista, and Windows 7 (32 & 64-bit Versions). Pop your blank disc into your CD/DVD drive and right-click on the ISO image file and select Copy image to CD from the Context Menu.

In the next screen the image file path is in the Source Image file field. Under Recorder select the drive with your blank disc, select a recording speed and click Next.

You’ll see a progress screen while the data is written to the disc and finalizing…

That’s it! Your disc will pop out and you can click Finish to close out of ISO Recorder.

Use Windows 7

If You’re using Windows 7, use the built in Windows Disc Image Burner feature to burn ISO images to disc.

The process is very straight-forward, and for a full walkthrough on this, check out our article on how to burn an ISO image in Windows 7.

Conclusion

You don’t need an expensive commercial application to burn an ISO image to disc. Using any one of these free utilities will get the job done quite nicely.

Download:

IMGBurn:

http://adf.ly/5aqlB

ISORecorder:

http://adf.ly/5aqmz


Thursday, February 16, 2012

Make a short cut to Open CD rom!

After writing articles about how to open the Safely Remove dialog as well as eject a specific USB drive, some readers contacted me asking me to write about how to eject a CD or DVD drive instead, so I’m covering that here.
There’s a number of ways to accomplish this, but the best way is to use the NirCmd utility from the excellent Nirsoft. It does a lot more than just eject the cd-rom drive, so be sure to read the information on their site about all the capabilities.
Create a Shortcut to Eject the CD/DVD Drive
Right-click on the desktop or elsewhere and choose New \ Shortcut.
image
In the location box, put the full path to the nircmd.exe file that you downloaded, and append the “cdrom open” command to the end of it, adjusting the drive letter to match your disc drive:
“C:\path\to\nircmd.exe” cdrom open D:
Note the location of the quotes.. if you are using a path with spaces in it, you need to make sure the quotes are only around the path to the executable, and the arguments should be placed after the quote.
Give the shortcut a meaningful name, like Eject CD or something like that, and you’ll have a new icon (read below on how to use the cd-rom icon as shown)
You can move the icon to anywhere you’d like… double-clicking on it will immediately eject the drive.
Create a Shortcut to Close the CD/DVD Drive
You can follow the same exact instructions as above, but instead of “cdrom open” just substitute “cdrom close”.
Assign a Hotkey to the Shortcut
Now that we have a shortcut, we can assign a hotkey to the shortcut by right-clicking on the icon and choosing Properties. On the Shortcut tab you’ll see a place to assign the Shortcut key:
 
Add in the shortcut key and close the dialog. As long as the shortcut is on your desktop you shouldn’t have to restart anything for the hotkey to work. You can also move the shortcut to another folder, for instance your quick launch bar.
Tip: If you add the shortcut to the Windows Vista quick launch bar, you can use the built-in hotkeys instead of bothering to assign one manually.
Assign an Icon to the Shortcut
If you click on the Change Icon button in the properties window, you can give the shortcut a more meaningful icon, perhaps the DVD one you see below.
You could choose any icon on the system that you’d like, of course.

Download: http://adf.ly/5Y2eb

Create a Shortcut Icon or Hotkey to Turn Windows 7 / Vista Firewall On or Off

image
The same shortcuts should also work on Windows XP or Windows 7, even though the screenshots are all for Windows Vista. You don’t need to run as administrator in XP, of course.