Skip to main content

How to Crash Google Chrome



  • There’s a bug in Google Chrome search engine that allows to crash the chrome browser on demand by typing a small piece of code in the page’s URL

  • Actually this bug was discovered by Andris Atteka and was reported to the Google Chromium team. According to Atteka, by entering this piece of code “http://anywebsitename.com/%%30%30” in page’s URL will immediately crash the user’s browser.

  • The main code is “%%30%30”, you need to add this code at the end of page URL and enter it, and it will give you the same result.

  • Here’s the technical explanation on Andris report from Chromium team  “It seems to be crashing in some very old code. In the Debug build, it’s hitting a DCHECK on an invalid URL in GURL, deep in some History code. Given that it’s hitting a CHECK in the Release build, I don’t think this is actually a security bug, but I’m going to leave it as such.”

  • This bug seems to be affected on recent versions of Google Chrome (45) running on Windows, and will be fixed in upcoming versions.

  • This bug is harmless, but still it can be used to cause local DoS  (Denial-of-Service) attacks, since this bug was a local DoS issue, Mr. Andris Atteka was not paid for any bug bounty programs.

Comments

  1. How To Crash Google Chrome >>>>> Download Now

    >>>>> Download Full

    How To Crash Google Chrome >>>>> Download LINK

    >>>>> Download Now

    How To Crash Google Chrome >>>>> Download Full

    >>>>> Download LINK el

    ReplyDelete

Post a Comment

plz add ur comment here

Popular posts from this blog

Wordpress hacking - How to install / run wpscan on windows xp / windows 7 / windows 10

HOW TO RUN WPSCAN ON WINDOWS Byrockstardevil Requirements: rubyinstaller Development Kit for rubyinstaller curl DLL for windows : libcurl.dll 1 - install rubyinstaller you must have Ruby 2.2.3 version . download links here : http://rubyinstaller.org/downloads/ for more info : https://github.com/oneclick/rubyinstaller/wiki 2 - install Development Kit for rubyinstaller download link : http://rubyinstaller.org/downloads/ how to install : https://github.com/oneclick/rubyinstaller/wiki/Development-Kit if you face that problem  "unknown encoding name -  (ArgumentError)" just type "chcp 1252" in cmd and hit enter 3 - install libcurl.dll A - Download libcurl.dll from : http://www.confusedbycode.com/curl/ B - copy libcurl.dll copy  libcurl.dll into ruby bin folder or wpscan folder and make sure to add it to your PATH. I also added .DLL to PATHEXT ex : C:\Ruby21-x64\bin\ you can visit : http://www.computerhope.com/issues/ch000549.htm to know to set the p...

Check Disk space in Kali Linux

After installing Kali Linux on hard drive or on virtual machine, we may have come across with a warning message of " Low Disk usage ". It happens when we allocate insufficient disk space during partition for kali linux or else when we do a regular "update" and "upgrade" of patches or downloading softwares. Kali Linux comes with a graphical built-in tool, i.e. Disk Usage Analyzer . This tool helps you to check the disk space usage. There are other options too, to check usage as per file system. If you need to check from terminal(for non-gui users), then there are two classic commands available for every linux distros, i.e.  (a) df : Report file system disk space usage (b) du : Estimate file space usage df command is used to check free disk space. You can type df -h or df -k to list free disk space. It displays statistics about the amount of free disk space on the specified file system or on the file system of which file is a part. Values are displayed in...