Articles by "Browsing"
Showing posts with label Browsing. Show all posts
A page about Blogging Tricks and Computer, Android, Hacking, and Windows Tricks.
image
A blank Firefox tab is seen in this screenshot.
New Delhi: Multiple vulnerabilities have been detected in popular web browsers Google Chrome and Mozilla Firefox and cyber security sleuths have advised Internet users in the Indian cyberspace to guard against arbitrary activities on their systems.


In view of these suspicious virus-based activities, Internet users have been asked to upgrade their personal versions of these two most used web browsers on their work stations.


Multiple vulnerabilities have been reported in Mozilla Firefox, Thunderbird and SeaMonkey which could be exploited by a remote attacker to bypass certain security restrictions, disclose potentially sensitive information, gain escalated privileges, execute arbitrary code and causes denial of service condition on the affected system,” the Computer Emergency Response Team of India (CERT-IN) said in its latest advisory to online users in the country.


The CERT-In is the nodal agency to combat hacking, phishing and to fortify security-related defences of the Indian Internet arena. ”The two web browsers are an important tool for Internet surfing among Indian online consumers. The anomalies have been detected recently and it would be advised that users upgrade their existing versions sooner than later. These activities are mischiefs on part of hackers or they are harmful viruses,” a cyber security expert told PTI.


The agency, in its advisory, said the vulnerability is caused “due to improper restrict access to ‘about:home’ buttons by script on other pages in Mozilla Firefox”.


“A user-assisted remote attacker could exploit this vulnerability using a crafted website or webpage. Successful exploitation of this vulnerability could allow user-assisted remote attacker to cause a denial of service condition,” the CERT-In said.

Similar issues have been reported in the popular browser offered by Google. ”Multiple vulnerabilities have been reported in Google Chrome which could be exploited by a remote attacker to cause denial of service condition or execute arbitrary code on the target system,” the agency said.

The maximum damage these vulnerabilities can cause, the advisory said, was memory corruption, unwanted downloading of files, loss of sensitive information (when Mozilla Firefox is used in Android phones) and cause of denial of various services on the Internet to the user.


The agency advised Internet users to either user proper security patches (Mozilla Firefox) or upgrade the browser version (Google Chrome).


The affected software systems include “Firefox versions prior to 27.0, Firefox extended support release (ESR) versions prior to 24.3, Thunderbird versions prior to 24.3, SeaMonkey versions prior to 2.24 and Google Chrome prior to version 32.0.1700.102.”
A page about Blogging Tricks and Computer, Android, Hacking, and Windows Tricks.
Here is the very simple tricks to open a new Windows in Firefox Tab.

Just follow this simple steps.
  1. Open your Firefox browser and open a new tab.
  2. Now type in the url “chrome://browser/content/browser.xul” in your address bar. Press Enter.

tip101tricks.blogspot.com/images









That's All!!!

Enjoy!!!!!
A page about Blogging Tricks and Computer, Android, Hacking, and Windows Tricks.
French hacker Fabrice Bellard has come up with a JavaScript pc Emulator that can run the 2.6.20 Linux kernel inside Mozilla’s Firefox 4 and Google chrome 11,these two provide significantly high JavaScript speeds as compared to others.He also adds that the emulator could also be used as a benchmark for Web Browsers.

Bellard is known for creating the FFmpeg open source multimedia project and the QEMU processor emulator – his JavaScript PC emulator is about two times slower on Chrome’s V8 JavaScript engine than on Firefox’s Jaeger Monkey engine, 32-bit version was tested on both browsers.

tip101tricks.blogspot.com/images

http://bellard.org/jslinux/

A page about Blogging Tricks and Computer, Android, Hacking, and Windows Tricks.

What is Incognito mode?

Incognito mode in chrome is Google's Implementation of private browsing. User can activate this mode and surf the internet without any cookies,usernames, passwords, or history. This can be a concern for parents because it could allow children to view inappropriate material without leaving behind any traces. Incognito mode in chrome is similar to Private Browsing in firebox and Inprivate browsing in Internet Explorer. 

But it can be disabled in Google Chrome in windows by editing the registry. In can be disabled in Mac Os by editing the chrome property list file.   

Here are the steps to disable Incognito mode in Windows.

1. Open the start menu. 
2. In the search box, type "regedit."
3. A program called regedit.exe will apper, click on this.





















4. If a warning comes up click on yes.
Next, navigate to Policies key.

1. Start by double clicking on "Computer" 
2 .Then, double click on "HKEY_LOCAL_MACHINE"
3 .Next, double click on "SOFTWARE"
4. Finally, double click on "Policies"


Next, create a new entry called IncognitoModeAvailability
1. Right-click on "Policies" and select New >> Key
2. Enter "Google" (without the quotes) as the name of the key
3. Right-click on "Google" and select New >> Key
4. Enter "Chrome" (without the quotes) as the name of the key
5. Right-click on "Chrome" and select New >> DWORD (32-bit) Value
6. Enter "IncognitoModeAvailability" (without the quotes) as the name
7.  Right-click on "IncognitoModeAvailability" and select "Modify..."
8.  Type a 1 in the "Value Data" text box
9. Click OK and exit the Registry Editor program

Now restart the Google Chrome and now if you open the setting menu, the incognito mode will be disabled. 

How to Disable Incognito mode in Mac Os

The file that needs to be edited is located at "/Users/<username>/Library/Preferences/com.google.Chrome.plist". Normally the contents of the user's Library folder are kept hidden to prevent accidental changes.

To open the folder:  
1. Switch to the finder application. You will know you have selected the finder application when the bold word next to the Apple logo at the top-left of the screen says "Finder"
You can either click anywhere on the desktop, or select the left-most icon in the Dock, to switch to the finder.
2. From the top menu, click "Go", then "Go to folder."
3. Paste in the following press Go: "~/Library/Preferences" (without quotes)

The file to edit is called "com.google.Chrome.plist". You will need to download a text editor program to make changes to this file; TextEdit, a program that comes with Mac OS X, will not work. An easy-to-use and free program that will work is TextWrangler.
Once you have a text editor program installed, open the file:

1. Rightclick on the file named "com.google.Chrome.plist" and select "Open with" then "Other" at the bottom.
2. Locate and select your text editor program.
3. The file will open within your program.
 
The last two lines of the file should currently be :
      </dict>
      </plist>

You will need to insert the following lines before these.
  
    <key>IncognitoModeAvailability</key>
     <integer>1</integer>

After the change, the last four lines should look like this:
     <key>IncognitoModeAvailability</key>
     <integer>1</integer>
     </dict>
      </plist>

Explanation: the IncognitoModeAvailability policy has three possible settings.

· 0 = Incognito mode available
· 1 = Incognito mode disabled
· 2 = Incognito mode forced

Make sure Chrome is quit before saving. Even if all Chrome windows are closed, Chrome can still be running in the background. You will know if Chrome is quit if there is no glowing dot beneath Chrome's logo in the Dock, or if Chrome's logo is not in the Dock.


Once you save the file, you can re-open Chrome.  You will notice that if you click "File" in the top menu bar, the "New Incognito Window" option will be disabled.


Post comments if you have any problems :)