Tampilkan postingan dengan label Hacking. Tampilkan semua postingan
Tampilkan postingan dengan label Hacking. Tampilkan semua postingan

How to Reveal/View Password Hidden under Asterisks? Simple way

Posted by Unknown Selasa, 04 Februari 2014 0 komentar
Most of the browsers have capability of remembering the user name and password which helps us to login more quickly in our favorite sites like Facebook, twitter, Gmail etc. with the help of this features you don’t need to type user name and password every time when you want to sign in to your favorite site. Since you are not typing your password anymore and thus you will forget your password in few days and then you cannot reveal or predict the password, because of security reason the password field of all browsers are masked with asterisks or dots which would not allows anyone to see original password even user. So cannot know or reveal the password by simply looking at the browser password field. But there is couple of way to reveal the password hidden under asterisks in your web browser and in this article we are discussing about how to reveal/view password hidden under asterisks in web browser.
                                                         
View+hidden+password

Steps to Reveal/view Password Hidden under Asterisks

Mozilla Firefox and Opera

For Mozilla Firefox and Opera browser you can reveal or view password hidden under asterisks by using inbuilt Inspect Element features of the browser. So follow the steps below
  • Open the site that ask you to sign in (Facebook, Gmail) and where your user name and password already remembered by the browser.
  • Now Right click on Password field of browser and select Inspect Element.
  • After that Inspect Element will open where you will see HTML code and here just find the wordPassword and replace with the word text.
                              replace%252520password%252520with%252520text%25255B8%25255D
  • Now it will reveal the password hidden under asterisks in the password field of the browser.
                         reveal%252520the%252520password%25255B11%25255D

Google Chrome

In case of Google Chrome you can reveal the hidden password by using above method.
  • Open the site and Right click on Password field of browser and then select Inspect Element.
  • After that Inspect Element will open and just find the word Password and replace with the word text in the HTML code and it will show you the hidden password under asterisks.
                    chro%25255B12%25255D
Also there is another way to revel the hidden password by using JavaScript which is quite simple and easy.
  • Open the site’s login page where you password is already remembered.
  • Now copy the blow code and paste it in the address bar of your browser.
JavaScript: alert(document.getElementById('Passwd').value);
  • After entering the above code in the address bar, hit Enter and a popup window will appear where your password written on it.
                                         javascript%252520reveal%252520password%25255B8%25255D

Internet Explorer

In case of Internet Explorer you can reveal the hidden password in the same way like Mozilla Firefox and Google Chrome.

Conclusion

There are so many ways to revel or view hidden password under asterisks in web browser, but the above method are safe and best. Also you can use third party tools to reveal hidden password, but if you use third party tools then anyone can reveal the password using same way, have permission to access your computer.
We hope you like this ,if so then share with your friends

Baca Selengkapnya ....

How to Crack a Wpa2-Psk Password with Windows

Posted by Unknown Minggu, 08 Desember 2013 0 komentar
How to Crack a Wpa2-Psk Password with Windows :-
It,s very common question on the internet to How to hack a Facebook account password and how to hack a WiFi password. Even if you search on YouTube you will find a lots of tutorial to How to hack a WiFi password using backtrack. However, backtrack OS is not most handy OS for normal users. yesterday my one Facebook friend Lovito Tsuqu Kiho ask me to how to hack WiFi using commview using aircrack-ng.
Today i am going to show you how to a crack a Wp2-psk password with windows machine.
Software Requirement for this lab :-
1. CommView for Wifi ( Download)
2. Elcomsoft Wireless Security Auditor (Download)
Presently i am connected with my own wifi network Virusfound and i want to hack the password of Ultimate that is secured with Wpa2-psk encryption.
commaview6
First you need to be capture the Wpa2, four-way handsake with CommView.
Open commView and click on the Start option
commaview
then click on the capture option to start the capture
commaview1
now it will show you all available AP, Now click on the Tools > Select the Node Reassoication option ( if Node Rassociation is not working , then use WiFi Alfa card )
commaview2
now select your target AP in the Send a deauthentication request from this AP option. it will show you all available client option.
commaview3
now click on the Send Now option to send the packet for 4-way authentication. wait for some time so it will capture the packet.
commaview4
now click on the Save option and choose your file format Commview Capture Files (*.ncf)
commaview5
you capture work is done.
Now open Elcomsoft Wireless Security Auditor to crack your wifi password.
Click on the Import Data tab > select the Import CommViewLog option.
commaview7
now it will show you information about AP and Multiple Handshake selection information. Click on Ok.
commaview8
now click on the Start attack option and select the Dictionary Attack option. However you have other attack options are also available.
commaview9
now within minutes it will found your password and it will show you the password.
commaview10
Enjoy Wifi Hacking with Windows machine.
commaview11

This video will help you in packet capture.

Baca Selengkapnya ....

How to Reveal Hidden Passwords (Asterisks) in Web Browsers

Posted by Unknown Jumat, 06 Desember 2013 0 komentar
Remember the situation, signing into your account with just a single click because browser is saving all your passwords for you. We know this is convenient but since you’re not typing your passwords any-more, eventually you’ll forget your password in a few days.  For security reasons, the password field in all browsers is masked with “asterisks” which won’t allow any third person (even you) to read the origi-nal typed password. But, what if you want to reveal the string behind the asterisks? There is actually few workaround for revealing the original passwords behind the asterisk and over the entire course of this article we’ll be discussing some known ways to reveal the characters behind the asterisks in different browsers.

Reveal Passwords Behind Asterisks or Dots in Different Web Browsers:

Google Chrome:

Starting off with Google chrome, the easiest way to reveal the original passwords behind the asterisk is using inbuilt Inspect element feature in the browser.
  • You just need to right click on the password field in the browser where you will get an option "Inspect Element". 
  • After clicking on it, "Web Inspector" will open out and there you can see some code which is basically Html code and you just need to replace the "password" word with "text" word and it will reveal the words behind the asterisks.
gmail+login+via+google+chrome
inspect+element+in+google+chrome

There’s another way using JavaScript which is quite quick and easy as compared to above method. Just open a site that allows users to login and after typing the password, just enter the following JavaScript code in the address bar.
Javascript: alert(document.getElementById('Passwd').value);
After entering the above code in the address bar, press enter and it will pop up a window with your password written on it.
reveal+passwords+with+javascript+in+google+chrome

Mozilla Firefox:

The Next most common browser is "Mozilla Firefox".
  • The chrome's "Web Inspector" trick is also applicable in Firefox.
  •  Open a site that asks for login (like Facebook), right click on the password field in the browser where you will get an option "Inspect Element". After clicking on it, "Web Inspector" will open out and there you can see some code which is basically Html code and you just need to replace the "password" word with "text" word and it will reveal the words behind the asterisks as shown in screenshot below.
inspect+element+in+mozilla+firefox+for+facebook
Apart from this, there’s another way which is quite quick and easy as compared to above method. For that you’ve to create a bookmark with the following JavaScript code as URL in it.
javascript:(function(){var s,F,j,f,i;s="";F=document.forms;for(j=0;j<F.length;++j){f=F[j];for(i=0;i<f.length;++i){if(f[i].type.toLowerCase()=="password")s+=f[i].value+"\n";}}if(s)alert("Password is:\n\n"+s);else alert("No passwords");})();
After saving this as a bookmark, open a site that allows users to login and after typing the password, open the saved bookmark by clicking on it and it will pop up a window with your password written on it.
revealing+passwords+behind+asteriks+in+mozilla+firefox

Opera:

Next comes the "Opera" in that you can use "Dragonfly", which is an in built tool, to reveal the words behind the asterisks just like chrome's "Web Inspector". Open a site that asks for login (like
Facebook), right click on the password field in the browser and select "Inspect Element" option. After clicking on it, "Dragon Fly" will open out and you’ll see some code which is basically Html code and you just need to replace the "password" word with "text" word and it will reveal the words behind the asterisks as shown in screen shot below.
inspect+element+in+opera

Internet Explorer:

In the same manner you can apply this trick on Internet explorer. First of all open any site (Gmail in our case) that allows user login. Now for bringing out “developer tools” press the f12 key. A new window will be opened and press Ctrl+B to enable selection of elements. After that go to login page and select the password field, doing this will take you to the password field’s code in developer window (highlighted by yellow). Now, you just need to replace the "password" word with "text" word and it will remove the asterisk mask in the password field, see screenshot below.
inspect+element+for+internet+explorer
Apart from this, there’s another way which is quite quick and easy as compared to above method. Just open a site that allows users to login and after typing the password, just enter the following JavaScript code in the address bar.
alert(document.getElementById('Passwd').value);
After entering the above code in the address bar, press enter and it will pop up a window with your password written on it. (See pic below)
reveal+hidden+passwords+in+internet+explorer+with+javascript

Wrap Up:

Although there are so many tools out there to help you in revealing the words behind the asterisks and to get the saved passwords with in a browser, you still need to keep your system safe and protected by using "Antivirus" plus "Firewall" to avoid stealing of these passwords by someone who have access to your system. If you can use these tools to reveal your saved passwords then others can also use the same ways to get information of yours.

Baca Selengkapnya ....

Top Sites to Find All The Serials Of Softwares

Posted by Unknown Jumat, 29 November 2013 0 komentar
Some of The Best Crack/Keygen Sites That Are Safe To Use.

Today there are many people out there who still prefer to use pirated software. It's especially common among users who live outside the U.S. When you download your program or game you might need the serial to remove the trial period. Blindly searching the web for cracks and keygens is about as smart as using Limewire to search for antivirus software – something not well-advised. Undoubtedly and unfortunately, the number of crack sites with overtones of a malicious agenda heavily outweigh sites that just want to serve up the honest goods. Having said that, there actually are quite a few creditable 'crack' sites that won't try to bombard you with full-screen popup ads, or commandeer your computer into a spam-lovingKraken or Srizbi Botnet army. Here i want to present you a list of "clean" crack sites for all the latest warez to unlock your software.

Please note that the site reviews herein only include information about each site, not the contents of the 'cracks' themselves. Always use a reputable antivirus and antispyware program on cracks & keygens before using them.

Here is my list of Safe and Malicious Crack/KeyGen Sites:

www.keygen.in

www.smartserials.com

www.keygenguru.com - Popular site with hundreds of thousands of results.

www.serialkey.net

www.zcrack.com

www.subserials.net

www.serialportal.com

supercracks.net

www.serialcrackz.com

www.serials.be

www.cracktop.com

www.cracksfm.com

www.cracklib.net

www.crackdb.org - The site itself is safe, however; many affiliate links are on the 'do-not-visit' list. When searching, skip past the first results (with the prices).

www.theserials.com


Also read:
How To Get Cracks and Serials to Any Program using Craagle
How to use Trial Version software forever without Expiration 

Do you have questions, comments, or suggestions? Feel free to post a comment! 

Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android jelly bean update.