Skip to main content

Simple Cool Tricks With Chrome Developer Tool

Simple Cool Tricks With Chrome Developer Tool


 Chrome Developer Tool
As you probably know, there is a button on the right-click menu of Google Chrome and IE 10+ called ''Inspect element''. This the developer tool. And you can have a lot of fun with it. I'll give you two examples on how to use it in this tutorial.

1. Change the text of a webpage:

You can have fun on webpages just by changing the value of a <span> (a text label). For example, go on the 4shared.com site (a free file sharing site). Then create an account if you don't have one (or just connect with Google, Facebook or Twitter). When you are done, upload something that is heavy (more than 100 MB) by dragging and dropping it on the home page of 4shared. Then you can see an uploading status window on the screen. So right-click on the percentage and click on ''Inspect element''. Now you can see a little window that appears on the bottom of the web browser. There are to ways : either you got the number or you got the % symbol. If you got the number, try to find the symbol below. Then double-click on it and type what you want (Eg: '',000,000 dollars in my bank account'')

google chrome tricks

2. Get a Non-Crypted password in JS/PhP code:

Some sites are not very safe and just verify the password directly in the PhP/JS code. Then, even if it become rare, you can get the password. Just follow these steps :

  1. Find the login form on the website you want to hack
  2. Right-click on it and then click on ''Inspect element''
  3. Search on the window that appeared ''<form'' and then ''action=''
  4. After it, there is a URL, If it ends by ''.js'', just copy it and paste it in the URL bar of your browser
  5. If it ends by ''.php'', type ''view-source:'' before pasting the URL
  6. Then search something like ''password'' in the code.
WARNING: This method works better with JS than with PHP. Sometimes, there is no URL after ''action='' but just a JS function. Then you have to press Ctrl+U to see the source and search for ''password'' in the whole code.
Enjoy :)
Ahmad Bin Shafiq and Momin Ali

Comments

Popular posts from this blog

GPS : Global Positioning System

What is GPS? The Global Positioning System (GPS) is a satellite-based navigation system made up of a network of 24 satellites placed into orbit by the U.S. Department of Defense. GPS was originally intended for military applications, but in the 1980s, the government made the system available for civilian use. GPS works in any weather conditions, anywhere in the world, 24 hours a day. There are no subscription fees or setup charges to use GPS. How it works GPS satellites circle the earth twice a day in a very precise orbit and transmit signal information to earth. GPS receivers take this information and use triangulation to calculate the user's exact location. Essentially, the GPS receiver compares the time a signal was transmitted b...

: Socio-Economic impact of 3G/4G technology on Pakistan:

: Socio-Economic impact of 3G/4G technology on Pakistan: Socio-Economic impact of 3G/4G technology on Pakistan   The Government of Pakistan is going to auction 3G/4G spectrum on April 23, 2014. The 3G/4G will enhance the broadband proliferation in Pakistan. This service will generate revenue between Rs. 380 and Rs. 1180 up to 2020 for national exchequer of the country. By launching this service mobile users will migrate from text or voice based services to data driven services like video calling, live video streaming, e-education, e-banking, e-health, e-commerce and social media applications. The 3G/4G service will provide ubiquitous internet access to users through smart phones. The debut of this service will open huge opportunities for entrepreneurs in Pakistan and generate million of direct and indirect jobs. This technology will improve productivity and efficiency of government, corporations a...

Mac vs. PC

Mac vs. PC This is one of the most controversial topics when talking about computers. This document is meant to give a comparison between Apple Macintosh computers and PC computers running Microsoft Windows. This page should be used to help educate users looking to buy a new computer and not as a method of declaring the best of the two. You should base your buying decision off what you believe will work best for you. Topic Mac PC Security When compared to any PC running Microsoft Windows all Apple Macintosh computers are much more secure and less vulnerable to viruses and other malware. Most people today are using computers running some version of Microsoft Windows, which makes it a much better target for attackers. Price Although many may argue you get what you pay for, when compared to a PC an Apple co...