Nunca se limite a copiar y pegar comandos

Lo que ves no es lo que copias

Nunca copies y pegues comandos de tu navegador en la terminal. Podrías ser engañado y ejecutar código malicioso. Este código puede ocultarse a simple vista mediante un formato engañoso. Lo mejor es escribir lo que ves. Esto es posible incluso con Javascript deshabilitado en tu navegador, ya que existe un exploit CSS. Consulta Don't Copy Paste Into A Shell, un artículo de Brian C. Tracy.

Prevention of clipboard poisoning in Abrowser

Abrowser prevents clipboard poisoning by default. To set this option manually, follow this tutorial:

In Abrowser's URL bar type:

about:config
and press [Enter].

Then type the following in the Search field:

 dom.event.clipboardevents.enabled
and set its option to "false".

You can do this by double clicking on its line or using the icon on the right side.

Revisiones

03/30/2025 - 03:47
Carlos segura