shell
lei7143
这个作者很懒,什么都没留下…
展开
-
通过exec 和cat 向文件输入任何格式内容
function print_str() {catthis will be input to the file where STDOUTEOF}cur_dir=$(PWD= /bin/pwd)dirs=$(find $cur_dir -name plf -type d -print) for dir in $dirsdo plf_files=$(ls原创 2016-09-03 09:39:31 · 895 阅读 · 0 评论 -
黑客攻击本质理解
root 用户假设linux 下root 用户在~/script/demo.c 文件内容为#include <unistd.h>void main(){setuid(0)setgid(0)system("ps")}cd ~/scriptgcc demo.c -o shellchmod u+s shellls -al shell // 可以看到root 用户下有 ...原创 2018-06-01 18:05:12 · 599 阅读 · 0 评论