Longlone
Longlone
Reference:https://www.schtech.co.uk/linux-reverse-shell-without-python/ tl;dr: use `/usr/bin/script -qc /bin/bash` instead of python to get a pty shell to work without python
根据文档描述,listen每次只能接受一个子节点的连入,假如存在大量目标需要连入的情况则非常不方便,希望能支持多个子节点连入
just add a command called `dwn attach` to attach dwn docker instead of raw `docker attach`, it can also be more convenient to be lazy: use `dwn attach netcat-reverse` instead...
Once I try to use tag for image like `image: longlone/glimmer:cli`, I got a horrible error, it seems that dwn image can't support image tag, and always use latest tag,...
i think plans directory should not be placed outside the dwn folder, this will cause site-packages to be contaminated (for example, if there is another project named plans)
when i try to use```jsp,this plugin will force me to change jsp into other characters, such as jspjsp if I force it to ```jsp, the rendering of the entire editor...
when I try to build by `go build .`, I got an error: .\client.go:31:12: undefined: Shell So how can I build windows client?