Its not a good idea to copy direct a BASH command from HTML pages into BASH without checking whats behind.
Example:
Copy "ls -al" from webpage and paste it into browser.
Inside Clipboard can be various shell commands which gets executed pasteing them (In this example first line of /etc/passwd is shown)
Example:
Copy "ls -al" from webpage and paste it into browser.
Inside Clipboard can be various shell commands which gets executed pasteing them (In this example first line of /etc/passwd is shown)
The code behind the HTML page looks like: