Sunday, June 24, 2012

How To Recover Powerpoint Password For Free


This is step by step tutorial that explains how to recover powerpoint password for free . There are plenty of powerpoint recovery software but mostly are shareware and they will cost you a lot of money. After hours of searching , I found one that is freeware and that works . It’s LastBit PowerPoint Password Recovery 12.0.9123
1) Go to top4download.com and download LastBit PowerPoint Password Recovery 12.0.9123 and install it
2) Launch it , click on Open and choose powerpoint file that you want to recover password

3) You can select two recovery methods : Automatic and Custom , I recommend Automatic . Click on Next

4) Click OK

5) If recovery is successful , you will received window as shown on image below

Friday, June 22, 2012

How To Convert .docx To .doc Files


If you’re using the old version of microsoft office , then you probably have a problem with loading the . docx files . Here is brief tutorial that explains how to convert .docx to .doc files by using free service google docs .
1) Go to docs.google.com and log in your account, if you don’t have accout then create it for free .
2) Click on Upload -> Files…

3) Choose .doc file that you want to convert and click start upload

4) Open .docx file that you want to convert and click on File -> Download as ->Microsoft Word 97 -2003 (.doc)

Wednesday, June 20, 2012

How To Automatically Post Twitter Updates To Google Plus



Here is simple tutorial that explains how to automatically post twitter updates to google plus using free web service called TwooglePlus .
1) Go to TwooglePlus and sign up for an account

2) Add a Twitter account and Google + account . You can choose which of your Google+ Circles you’d like your tweets re-posted to. Click Continue.

Thursday, June 14, 2012

How To Break Windows Password



There are many ways to break windows passwords, I will show you how do do it with Cain & Abel v2.0. It is powerful hacking tool which can break of various kind of passwords using Dictionary, Brute-Force, Cryptanalysis attacks … This tutorial tells you how to break administrator password and gain access to admin account with Brute-Force attack.
Just follow steps below.
1) Download Cain & Abel v2.0 from this link and install it.
2)Start Cain
3)Click on Cracker tab , on the left choose LM & NTLM Hashes and click on + sign icon on toolbar then Dump NT Hashes from Local machine

4)Next

5)After this will appear windows accounts , right click on account you want to break password and choose type of attack , in this example I chose brute force attack. Brute force actually means to start with a letter a and encrypting it. Then see if the encrypted strings match. If not then b, c, … until we’ve gotten to admin. Then the encrypted strings will match and we’ll know that is the right password. Brute force attack is the slowest method of cracking, but there is no risk that you’ll not find the password. The thing about brute force is that the time of cracking rises rapidly depending on how long the password is, how many characters are being used in it and so forth.




I hope this tutorial has helped, if something isn´t clear , don’t be afraid to ask questions to me!
If you want to learn hacking, But Don’t Know Where to Start? Check this out “Learn How To Hack With The Hacker’s Underground Handbook
Note: This post is to be used for educational purposes only. I want to just remind everyone that information in and of itself is amoral; that is, it is neither good nor evil. It is only what someone decides to do with this information that can be good or evil. It is my sincerest hope that you will choose to make the world a better place with this information

Saturday, June 9, 2012

How To Use Sniperspy To Hack Passwords



SniperSpy is the industry leading Remote password hacking software combined with the Remote Install and Remote Viewing feature.Once installed on the remote PC(s) you wish, you only need to login to your own personal SniperSpy account to view activity logs of the remote PC’s! This means that you can view logs of the remote PC’s from anywhere in the world as long as you have internet access! Do you want to Spy on a Remote PC? Expose the truth behind the lies! Unlike the rest, SniperSpy allows you to remotely spy any PC like a television! Watch what happens on the screen LIVE! The only remote PC spy software with a SECURE control panel! This Remote PC Spy software also saves screenshots along with text logs of chats, websites, keystrokes in any language and more. Remotely view everything your child, employee or anyone does while they use your distant PC. Includes LIVE admin and control commands!


SniperSpy Features:
1. SniperSpy is remotely-deployable spy software
2. Invisibility Stealth Mode Option. Works in complete stealth mode. Undetectable!
3. Logs All Keystrokes

4. Records any Password (Email, Login, Instant Messenger etc.)

5. Remote Monitor Entire IM Conversations so that you can spy on IM activities too
6. Captures a full-size jpg picture of the active window however often you wish
7. Real Time Screen Viewer
8. Remotely reboot or shutdown the PC or choose to logoff the current Windows user
9. Completely Bypasses any Firewall
What if i dont have physical acess to victims computer?

No physical access to your remote PC is needed to install the spy software. Once installed you can view the screen LIVE and browse the file system from anywhere anytime. You can also view chats, websites, keystrokes in any language and more, with screenshots.
This software remotely installs to your computer through email. Unlike the other remote spy titles on the market, SniperSpy is fully and completely compatible with any firewall including Windows XP, Windows Vista and add-on firewalls.
The program then records user activities and sends the data to your online account. You login to your account SECURELY to view logs using your own password-protected login. You can access the LIVE control panel within your secure online account.
Why would I need SniperSpy?
Do you suspect that your child or employee is inappropriately using your unreachable computer? If yes, then this software is ideal for you. If you can’t get to your computer and are worried about the Internet safety or habits of those using it, then you NEED SniperSpy.
This high-tech spy software will allow you to see exactly what your teenager is doing in MySpace and elsewhere in real time. It will also allow you to monitor any employee who uses the company computer(s).


Click Here to Order SniperSpy Now!

Sunday, May 27, 2012

How To Create an Android App

If you have some basic Java knowledge, it’s quite easy to create a simple Android app. Technically, you don’t even have to have an Android smartphone, because you can run and test your app in an emulator. Nevertheless, having a smartphone is a better option.
Here is the list of things you need:
  • Eclipse IDE
  • Android ADT plugin for Eclipse
  • Android smartphone
  • Android SDK which matches the Android version on your smartphone
To create a simple Hello World app, follow these steps:

STEP 1 – Download Eclipse

You can download Eclipse IDE at this link: http://www.eclipse.org/downloads/packages/eclipse-classic-372/indigosr2

STEP 2 – Download Android ADT plugin

  1. Start Eclipse, then select Help > Install New Software….
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter “ADT Plugin” for the Name and the following URL for the Location:
    https://dl-ssl.google.com/android/eclipse/
  4. Click OK
    Note: If you have trouble acquiring the plugin, try using “http” in the Location URL, instead of “https” (https is preferred for security reasons).
  5. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  6. In the next window, you’ll see a list of the tools to be downloaded. Click Next.
  7. Read and accept the license agreements, then click Finish.
    Note: If you get a security warning saying that the authenticity or validity of the software can’t be established, click OK.
  8. When the installation completes, restart Eclipse.

STEP 3 – Download Android SDK

Make sure Eclipse is closed. On Windows 7, go to C:\Users\\android-sdks. Open “SDK Manager.exe”. On other systems android-sdks folder should also be in your home folder.

Download the SDK which matches the version on your phone.

STEP 4 – Configure the phone

Other possibility is to use an emulator. But the main disadvantage of that possibility is slow loading: for every change you make in the source code and wish to test it, you have to wait 2-3 minutes (depending on your computer’s speed) for the emulator to load.
To configure your phone for testing, do as follows:
Setting -> Applications -> Development -> tick USB debugging
Then connect your phone to your PC with an USB cable.

STEP 4 – Open a new Android project

Click File -> New Android project.

Enter the name of your project.

Choose the SDK that matches Android version on your phone.

Add a name of your package.

STEP 5 – Add some code

ADT plugin has created the main activity for you. That code is executed when the application starts.

Delete this line:
setContentView(R.layout.main);
And add these 3:
TextView tv = new TextView(this); 
tv.setText("Hello, Android"); 
setContentView(tv);
Eclipse will prompt you to import the required library for TextView. Just click on the light bulb on the left and double click “Import ‘TextView’”.

STEP 6 – Run the app

Click Run->Run or press Ctrl+F11.
Select your device.

And that’s it! Check your phone to see the results.

10 Cool HTML Tricks

Are you creating or maintaining a blog or a website? You should then know that websites use HTML markup language to represent the content. You would like to have a cool feature or layout? Check out this 10 cool tricks!

HTML trick no. 1 – Clear form input

If you want to provide a visitor a possibility to easily clear his or her input in a form, you just need to add a required button. This line does it all:


HTML trick no. 2 – Add spacing

To add spacing between certain items, add one or more non-breaking space special characters:   . In the following example there are 4 non-breaking spaces between the circle and the square:
    

HTML trick no. 3 – Add a horizontal line

You just have to use the “

” tag.

HTML trick no. 4 – Set character encoding

If you use non-ASCII characters, you should set character encoding in order to display those characters properly. The most commonly used encoding is UTF-8. You have to add the following code into the head section of a document:

Make sure that the document itself is also saved in UTF-8 encoding.

HTML trick no. 5 – Get found!

In order to be more visible to search engines, you should provide some meta data about your site. For example, if you have a web site for selling car parts, you should add meta data somewhat like this:


HTML trick no. 6 – Redirect visitor

If you want to redirect the visitor to another URL, for example 5 seconds after accessing your page, add the following line to the head section:
http://www.the-domain-you-want-to-redirect-to.com”>

HTML trick no. 7 – Encode URL

If you want to link to a document or file which’s path contains non-ASCII characters, you should “URL encode” Check this link out for the complete reference: http://www.w3schools.com/tags/ref_urlencode.asp

HTML trick no. 8 – Add voice recognition (HTML 5)

If you want to add speech recognition to a text input in a HTML5 document, just insert the following line:

HTML trick no. 9 – Insert math equations (HTML 5)

HTML5 supports adding math equasions using MathML language. The just have to be between the tags: and . For example, to insert a fraction x/y use the following code:


x
y


HTML trick no. 10 – Insert a SVG image (HTML 5)

HTML5 supports adding SVG (Stored Vector Graphics) images to documents. The just have to be between the tags: and .  For example, to add a circle to a document use the following code:
http://www.w3.org/2000/svg”>

How to remove trojan DNSChanger?



What is DNSChanger malware? Yesterday, i reported that Google will warn users who are affected with DNSChanger trojan. After the post, many readers asked me to write about this Trojan in detail. In this post, i am writing about DNSChanger trojan. DNSChanger is kind of trojan which changes the DNS (Domain Name System) settings of a system to redirect system to some illegal websites. This