NG NG.net
$ find / -user root -perm -4000 > aaa
$ less aaa
/usr/bin/passwd
...(略
/usr/bin/.rootshell
$
「ふ。私の勝利だ。」
$ /usr/bin/.rootshell
$
「ん?」
$ id
uid=13214(hoge) gid=513(hogehoge)
$
「にょ?」
$ file /usr/bin/.rootshell
/usr/bin/.rootshell: shell script text executable
「ぴよ?」
$ cat /usr/bin/.rootshell
#!/bin/sh
# Fucking! Suck your mother!
finger > /tmp/tmptmptmp
mail admin@siraneeyo.ne.jp < /tmp/tmptmptmp
rm /tmp/tmptmptmp
$