phrack 附件处理方法
wget -O - 'http://www.phrack.org/issues.html?issue=61&id=9&mode=txt' | head -n 4640 | tail -n 3239 | uudecode -o - | tar xzf -
If you
have wget and uudecode installed, you'll find yourself with a directory
named 'clet.v1.0.0-sid'. Otherwise, install wget and uudecode and try
again.
安装sharutils获取decode等工具
也可以把附件中从begin到end的文件复制下来,保存为file1
uudecode -o - file1 | tar xzf -
http://baoz.net/uudecode-rpm-centos%E5%AE%89%E8%A3%85/