Skip to content

Terminal

What is

Terminal (command line): [ How it Works ]

The Linux console is a system console internal to the Linux kernel. A system console is the device which receives all kernel messages and warnings and which allows logins in single user mode.

The Linux console provides a way for the kernel and other processes to send text output to the user, and to receive text input from the user.

By the way you should use our Terminal for some based website features.

Danger

You should`t never copy & paste shell commands from websites you dont trust.

Examples

how to make the commands invisible in the terminal:
   echo test;echo insert evil here;clear;echo installing package

more examples:
   stty -echo 
   tput smcup

you can try this:
   stty -echo;tput smcup;echo evil commands
   expected command

leave no traces:
   <space> + command
   A space before a bash command is not recorded in history

stat:
    Shows the status information of a file as well as of a file system

pv: 
    Outputs simulating hacking text similar to hollywood movies

at:
    Run a particular command at time based

factor:
    Ex factor 10 - Gives all the possible factors of a decimal number

ping -i 60 -a IP_address:
    Pings the provided IP_address, and gives audible sound when host comes alive