Ctrl + S 会导致终端卡死,这个命令是暂停该终端,停止向终端输入
Ctrl + Q可以解决,使得终端退出这种情况
U撤销操作
2、docker 桌面版报错error during connect: This error may indicate that the docker daemon is not running.:cd "C:Program FilesDockerDocker" DockerCli.exe -SwitchDaemon
命令的意思要启动Daemon服务
3、nc命令常用的 -lvnp 是什么- -l建立tcp连接
- -v 详细输出不
- -n netcat不要反向DNS查询ip的域名
- -p 端口号
反弹shell成功后,通过python建立一个稳定的shell
python -c "import pty;pty.spawn('/bin/bash')"



