New issue
Advanced search Search tips

Issue 660124 link

Starred by 6 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Dec 2016
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

New way I caught hackers getting into my Chromebook

Reported by nobodyca...@gmail.com, Oct 27 2016

Issue description

<b>Chrome Version       : <Copy from: 'about:version'></b>
URLs (if applicable) :
Other browsers tested:
  Add OK or FAIL, along with the version, after other browsers where you
have tested this issue:
     Safari:
    Firefox:
         IE:

What steps will reproduce the problem?
(1)File://removable/media
(2)
(3)

What is the expected result? I don't expect anything, I am just finding new ways these hackers are finding to harass me.  They have been on my back for over 2 years corrupting over 51 windows laptops, 6 apple devices, 17 Smart Phones, 14 Tablets, 2 Droid Notebooks, and this is my 4th Chromebook.  They have cost me two jobs, close family relationships, friends, girlfriends, and approx $200,000.  No authorities will do a thing about it.  


What happens instead?


Please provide any additional information below. Attach a screenshot if
possible.
 I don't expect anything, I am just finding new ways these hackers are finding to harass me.  They have been on my back for over 2 years corrupting over 51 windows laptops, 6 apple devices, 17 Smart Phones, 14 Tablets, 2 Droid Notebooks, and this is my 4th Chromebook.  They have cost me two jobs, close family relationships, friends, girlfriends, and approx $200,000.  No authorities will do a thing about it.    For some reason Chrome is not allowing me to attach the numerous screenshots and files I have gathered for you all.  
 
Since it is not allowing me to attach files, I figured i would cut and paste some of this information for you all.  I am pretty sure that it is stemming from this.  And I strongly believe that the google redirect virus is a hack more than a virus. 

<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD­style license that can be
* found in the LICENSE file. */
body {
/*  http://crbug.com/129406  ­­­ horizontal scrollbars flicker when changing
* sections. */
overflow­x: hidden;
}
#navigation {
height: 100%;
left: 0;
/* This is a hack to prevent the navigation bar from occluding pointer events
* from the bottom scroll bar (which shows when one needs to horizontally
* scroll). Corresponding padding­top to offset this is in uber_frame.css */
margin­top: ­20px;
position: absolute;
/* This value is different from the left value to compensate for the scroll
* bar (which is always on and to the right) in RTL. */
right: 15px;
width: 155px;
z­index: 3;
}
#navigation.background {
z­index: 1;
}
#navigation.changing­content {
­webkit­transition: ­webkit­transform 100ms, width 100ms;
}
.iframe­container {
­webkit­margin­start: ­20px;
­webkit­transition: margin 100ms, opacity 100ms;
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
z­index: 1;
}
.iframe­container.selected {
­webkit­margin­start: 0;
­webkit­transition: margin 200ms, opacity 200ms;
­webkit­transition­delay: 100ms;
opacity: 1;
z­index: 2;
}
.iframe­container.expanded {
left: 0;
}
iframe {
border: none;
display: block;
height: 100%;
width: 100%;
}
</style>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
<script src="chrome://resources/js/load_time_data.js"></sc


<!doctype html>
<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
<title i18n-content="pluginsTitle"></title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

body {
  margin: 10px;
  min-width: 47em;
}

a {
  color: blue;
  font-size: 103%;
}

#header {
  -webkit-padding-start: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0iIzYyNjI2MiI+CiAgICA8cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNNDEgMjJoLTN2LThjMC0yLjIxLTEuNzktNC00LTRoLThWN2MwLTIuNzYtMi4yNC01LTUtNXMtNSAyLjI0LTUgNXYzSDhjLTIuMjEgMC0zLjk4IDEuNzktMy45OCA0bC0uMDEgNy42SDdjMi45OCAwIDUuNCAyLjQyIDUuNCA1LjRTOS45OCAzMi40IDcgMzIuNEg0LjAxTDQgNDBjMCAyLjIxIDEuNzkgNCA0IDRoNy42di0zYzAtMi45OCAyLjQyLTUuNCA1LjQtNS40IDIuOTggMCA1LjQgMi40MiA1LjQgNS40djNIMzRjMi4yMSAwIDQtMS43OSA0LTR2LThoM2MyLjc2IDAgNS0yLjI0IDUtNXMtMi4yNC01LTUtNXoiLz4KPC9zdmc+Cg==)
      left center / 48px no-repeat;
  box-sizing: border-box;
  margin-bottom: 1.05em;
  overflow: hidden;
  position: relative;
}

html[dir=rtl] #header {
  background-position-x: right;
}

#header h1 {
  -webkit-padding-start: 51px;
  line-height: 48px;
}

h1 {
  font-size: 156%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#disabled-container {
  font-size: 120%;
  padding-bottom: 1.5em;
}

#disabled-header {
  color: red;
  font-weight: bold;
}

div.content {
  margin-top: 5px;
}

.section-header {
  -webkit-padding-start: 5px;
  background: rgb(235, 239, 249);
  border-top: 1px solid rgb(181, 199, 222);
  font-size: 99%;
  padding-bottom: 2px;
  padding-top: 3px;
  width: 100%;
}

.section-header > table tr td:first-child {
  width: 100%;
}

.section-header > table {
  width: 100%;
}

.section-header-title {
  font-weight: bold;
}

.vbox-container {
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.wbox {
  -webkit-box-align: stretch;
  -webkit-box-flex: 1;
  display: -webkit-box;
}

#top {
  -webkit-padding-end: 5px;
}

.show-in-tmi-mode {
  overflow: hidden;
}

body.hide-tmi-mode-initial .show-in-tmi-mode {
  height: 0 !important;
  opacity: 0;
}

body.hide-tmi-mode .show-in-tmi-mode {
  -webkit-transition: all 100ms ease-out;
  height: 0 !important;
  opacity: 0;
}

body.show-tmi-mode-initial .show-in-tmi-mode {
  opacity: 1;
}

body.show-tmi-mode .show-in-tmi-mode {
  -webkit-transition: all 100ms ease-in;
  opacity: 1;
}

.wbox-tmi-mode {
  -webkit-box-align: stretch;
  -webkit-box-flex: 1;
}

.tmi-mode-image {
  margin-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.tmi-mode-link {
  margin-right: 3px;
  white-space: nowrap;
}

.tmi-mode-link a {
  font-size: 97%;
}

.tmi-mode {
  -webkit-padding-start: 10px;
  background: rgb(244, 246, 252);
  border-bottom: 1px solid rgb(237, 239, 245);
  font-size: 89%;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  width: 100%;
}

.plugin-disabled {
  background-color: #f0f0f0;
  color: #a0a0a0;
}

.plugin > tr > td {
  padding-bottom: 4px;
  padding-top: 5px;
}

.plugin-file {
  padding-bottom: 5px;
  padding-top: 5px;
}

.plugin {
  border-bottom: 1px solid #cdcdcd;
}

.critical {
  color: red;
}

/* Indent the text related to each plug-in. */
.plugin-text {
  -webkit-padding-start: 5px;
}

.plugin-name {
  font-weight: bold;
}

.no-plugins {
  font-size: 1.2em;
  margin: 6em 0 0;
  text-align: center;
}

/* Use tables for layout, so eliminate extra spacing. */
.plugin-details table {
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}

.plugin-details {
  -webkit-padding-start: 1em;
}

/* Separate the inital line, Description, Location, and MIME Types lines. */
.plugin-details > div {
  padding-top: 0.1em
}

/* Align rows of tables along the top. */
.plugin-details tr {
  vertical-align: top;
}

/* Separate columns by 1em for the most part. */
.plugin-details td+td {
  -webkit-padding-start: 1em;
}

/* Make the MIME Types tables smaller. */
.plugin-details .mime-types {
  font-size: 95%;
}

/* Separate the header from the contents in each MIME Types table. */
.plugin-details .mime-types .header td {
  border-bottom: 1px solid black;
  padding-bottom: 0.1em;
}

/* Separate the columns for tables used for horizontal listings only a bit. */
.hlisting td+td {
  -webkit-padding-start: 0.4em;
}

/* Match the indentation of .plugin-text. */
.plugin-actions {
  -webkit-padding-start: 5px;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.always-allow {
  -webkit-margin-start: 30px;
}

button {
  font-size: 104%;
}
</style>
<link rel="stylesheet"
      href="chrome://resources/css/chromeos/ui_account_tweaks.css">
</head>
<body>
<div id="body-container" style="visibility:hidden">

  <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div>

  <div id="pluginTemplate">

    <div id="container" class="vbox-container">
    <div id="top" class="wbox">

      <div class="section-header">
        <table cellpadding="0" cellspacing="0"><tr valign="center">
          <td>
            <span class="section-header-title" i18n-content="pluginsTitle"
              >TITLE</span>
            <span class="section-header-title"
                  jsdisplay="plugins.length > 0">(<span
                  jscontent="plugins.length"></span>)</span>
          </td>
          <td width="18">
            <img id="collapse" class="tmi-mode-image" style="display:none"
                 src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAArUlEQVR4Xo3RSwrCMBAG4FzSK7j2Bh7EtUsv4A3E0CISTXy1Fktbah+hlkRJ0IHMoouWGn5+huRbTUhevRdLfzJd9QaeABAnvgMH3Gy+Jh0x6EaQtXYEGWO01oiU/hBCe1PLBlHTqiH0LGtEZf2qZCsb5doFLvNCplmBKMmKbtKshI6TPHqkYZQgugSxON/5KXQNOYrgIG6MX2EAgMv0d3zrsQ3dd0M9hsv851t+LjY7xth5rcEAAAAASUVORK5CYII=">
            <img id="expand" class="tmi-mode-image"
                 src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAsUlEQVR4Xo3RTQ6CMBCA0V7SK7j2Bh7EtUsv4A2MBGIMCv6BRNKSWqBBQjVtdMx0YVCCzbeYdN6qJby4T6beYDj7GawAEBTPjgNuNJ6TliDEgVquBxljepDWWillUaMeuPuulJVFVd10oWteWpSXt0LWsmogFDDAJReSZcIimgmMZTkimFPKkwuLE2rRIUrD/TnYxRCibRhtwpMfHGEAYB/TWwVL1184688c18fH/OtbXhLUIxe+s0R/AAAAAElFTkSuQmCC">
          </td>
          <td>
            <div class="tmi-mode-link">
              <a id="details-link" style="cursor: default"
                 i18n-content="pluginsDetailsModeLink">DETAILS</a>
            </div>
          </td>
        </tr></table>
      </div>

    </div>
    </div>

    <div class="content">
      <div class="plugin-name no-plugins" jsdisplay="plugins.length === 0">
        <div i18n-content="noPlugins">NO_PLUGINS_ARE_INSTALLED</div>
      </div>

      <div jsdisplay="plugins.length > 0">
      <div class="plugin" jsselect="plugins">
        <table width="100%" cellpadding="2" cellspacing="0">
        <tr jsvalues=
            ".className:isPluginEnabled($this) ? 'plugin-enabled' : 'plugin-disabled'">
        <td valign="top">
          <div class="plugin-text">
            <div>
              <span class="plugin-name" dir="ltr"
                    jscontent="name">NAME</span>
              <span jsdisplay="plugin_files.length > 1"
                  jscontent="'(' + plugin_files.length +' files)'">(x)</span>
              <span jsdisplay="shouldDisplayPluginVersion($this)">
                - <span i18n-content="pluginVersion">VERSION</span>
                <span jsvalues=".className:critical? 'critical': ''"
                    dir="ltr" jscontent="version">x.x.x.x</span>
              </span>
              <a jsdisplay="critical" jsvalues=".href:update_url"
                    i18n-content="pluginDownload">DOWNLOAD UPDATE</a>
              <span jsdisplay="enabled_mode == 'disabledByUser'"
                    i18n-content="pluginDisabled">(DISABLED)</span>
              <span jsdisplay="enabled_mode == 'disabledByPolicy'"
                    i18n-content="pluginDisabledByPolicy">(DISABLED_BY_POLICY)</span>
              <span jsdisplay="enabled_mode == 'enabledByPolicy'"
                    i18n-content="pluginEnabledByPolicy">(ENABLED_BY_POLICY)</span>
              <span jsdisplay="enabled_mode == 'managedByPolicy'"
                    i18n-content="pluginGroupManagedByPolicy">(MANAGED_BY_POLICY)</span>
              <div jsdisplay="shouldDisplayPluginDescription($this)">
                <span dir="ltr" jsvalues=".innerHTML:description">
              </div>
            </div>
            <div jsselect="plugin_files" class="plugin-details">
              <div class="show-in-tmi-mode plugin-file">
                <div jsvalues=
                  ".className:isPluginEnabled($this) ? 'plugin-enabled' : 'plugin-disabled'">
                  <div><table><tr>
                    <td class="plugin-details-label"
                        i18n-content="pluginName">NAME:</td>
                    <td><span dir="ltr" jscontent="name">NAME</span></td>
                  </tr></table></div>
                  <div><table>
                    <tr jsdisplay="shouldDisplayPluginDescription($this)">
                      <td class="plugin-details-label"
                          i18n-content="pluginDescription">DESCRIPTION:</td>
                      <td>
                        <span dir="ltr" jsvalues=".innerHTML:description">
                      </td>
                    </tr>
                  </table></div>
                  <div><table><tr>
                    <td class="plugin-details-label"
                        i18n-content="pluginVersion">VERSION:</td>
                    <td><span dir="ltr" jscontent="version">x.x.x.x</span></td>
                  </tr></table></div>
                  <div><table><tr>
                    <td class="plugin-details-label"
                        i18n-content="pluginPath">PATH:</td>
                    <td><span dir="ltr" jscontent="path"></span></td>
                  </tr></table></div>
                  <div><table><tr>
                    <td class="plugin-details-label"
                        i18n-content="pluginType">TYPE:</td>
                    <td><span dir="ltr" jscontent="type"></span></td>
                  </tr></table></div>
                  <div><table><tr>
                    <td class="plugin-details-label">&nbsp;</td>
                    <td>
                      <span jsdisplay="enabled_mode == 'disabledByPolicy'"
                          i18n-content="pluginDisabledByPolicy">(DISABLED_BY_POLICY)</span>
                      <span jsdisplay="enabled_mode == 'enabledByPolicy'"
                          i18n-content="pluginEnabledByPolicy">(ENABLED_BY_POLICY)</span>
                      <span guest-visibility="disabled">
                        <a
                          class="disable-plugin-link"
                          jsvalues=".path:path"
                          jsdisplay="enabled_mode == 'enabledByUser'"
                          href="#"
                          i18n-content="disable"
                          >DISABLE</a>
                        <a
                          class="enable-plugin-link"
                          jsvalues=".path:path"
                          jsdisplay="enabled_mode == 'disabledByUser'"
                          href="#"
                          i18n-content="enable"
                          >ENABLE</a>
                      </span>
                    </td>
                  </tr></table></div>
                  <table><tr jsdisplay="mime_types.length > 0">
                    <td class="plugin-details-label"
                        i18n-content="pluginMimeTypes">MIME_TYPES:</td>
                    <td><table width="100%" class="mime-types">
                      <tr class="header">
                        <td i18n-content="pluginMimeTypesMimeType"
                            >MIME type</td>
                        <td i18n-content="pluginMimeTypesDescription"
                            >DESCRIPTION</td>
                        <td i18n-content="pluginMimeTypesFileExtensions"
                            >FILE_EXTENSIONS</td>
                      </tr>
                      <tr jsselect="mime_types">
                        <td><span dir="ltr"
                                  jscontent="mime_type"></span></td>
                        <td><span dir="ltr"
                                  jsvalues=".innerHTML:description"></span></td>
                        <td><table jsdisplay="file_extensions.length > 0"
                                   class="hlisting">
                          <tr><td jsselect="file_extensions">
                            <span dir="ltr" jscontent="'.' + $this">
                          </td></tr>
                        </table></td>
                      </tr>
                    </table></td>
                  </tr></table>
                </div>
              </div>
            </div>
          </div>
          <div class="plugin-actions" guest-visibility="disabled">
            <span>
              <a
                class="disable-group-link"
                jsvalues=".path:name"
                jsdisplay="enabled_mode == 'enabledByUser'"
                href="#"
                i18n-content="disable"
                >DISABLE</a>
              <a
                class="enable-group-link"
                jsvalues=".path:name"
                jsdisplay="enabled_mode == 'disabledByUser'"
                href="#"
                i18n-content="enable"
                >ENABLE</a>
            </span>
            <input
                class="always-allow" type="checkbox"
                jsvalues=
                    ".identifier:id; id:id + '-always-allowed'; .checked:always_allowed; disabled:isPluginTrusted($this) || !isPluginEnabled($this)">
            <label jsvalues="for:id + '-always-allowed'"
                i18n-content="alwaysAllowed"></label>
          </div>
        </td>
        </tr>
        </table>
      </div>
      </div>
    </div>
  </div>
</div>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://plugins/plugins.js"></script>
<script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script>

<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
<script src="chrome://plugins/strings.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>
</body>
</html>



Comment 2 by hdodda@chromium.org, Oct 28 2016

Labels: OS-Chrome
Status: WontFix (was: Unconfirmed)
Please, use the Chromebook product forum - https://productforums.google.com/d/forum/chromebook-central or, better yet, some malware-fighting forums, since this is happening to you across platforms and products, unrelated to Chrome.

Comment 4 by phistuck@gmail.com, Dec 12 2016

Also, at least according to the text you paste here - nothing looks wrong with your Chromebook - it is just code the browser uses for a page that enables or disables plugins.

Sign in to add a comment