Files
poc2jar/README.md

535 lines
25 KiB
Markdown
Raw Normal View History

2021-11-30 15:38:20 +08:00
# [FAQ](https://github.com/f0ng/poc2jar/blob/main/FAQ.md)常见问题解答
2021-12-21 23:22:55 +08:00
# 欢迎提更多模块的需求
2022-05-22 15:13:36 +08:00
## 2022.5.21更新v0.61
- 更新`cspayload`无法保存的问题(MACOS)
- 增加写入文件的指定文件名
- 增加ascii转换模块的逗号模式(遇到一个Spring表达式注入单双引号无法执行命令使用byte[]即可执行命令)
- 增加反弹shell模块部分参考https://www.revshells.com/
- bash模式exec模式python模式php模式powershell模式
<img width="600" alt="image" src="https://user-images.githubusercontent.com/48286013/169683357-17242f59-1654-4989-85a1-ab50dcbe602f.png">
2022-05-12 00:02:06 +08:00
## 2022.5.11更新v0.60
- druid未授权漏洞利用增加自定义请求头字段针对某些后台的druid或者需要账号密码登录以后才可以访问的druid系统信息的获取
<img width="600" alt="image" src="https://user-images.githubusercontent.com/48286013/167894930-46d12eeb-b9e4-4935-a52e-c5fbbd0a6f70.png">
2022-05-07 22:47:16 +08:00
## 2022.5.7更新v0.59
1. windows下写入yml带入中文会出错原因在于windows下默认写的是gbk格式但是`poc2jar`是使用utf-8读取的修改写入编码都用utf-8
2. windows下请求包都会乱码`gb2312`没用原因在于mac上默认编码为utf-8而windows的默认编码为gbk导致响应包为utf-8编码的无法解决同1修改读取响应编码为utf-8
2022-05-02 15:29:06 +08:00
## 2022.5.2更新v0.58
1. 增加`gb2312`编码,适应响应包为乱码的格式
<img width="400" alt="image" src="https://user-images.githubusercontent.com/48286013/166198459-49d691ec-b1ad-4cb3-a75d-d0ee5064ed2f.png">
<img width="400" alt="image" src="https://user-images.githubusercontent.com/48286013/166198482-2f9e2aed-434a-44e9-8016-d985af7dbb2b.png">
2022-05-02 15:32:39 +08:00
2. 将base64解码区分默认不再模糊base64解码需要选中按钮进行解码
2022-05-02 15:29:06 +08:00
<img width="400" alt="image" src="https://user-images.githubusercontent.com/48286013/166198843-4a88ce60-f1b1-424e-b4e7-5e813b699175.png">
<img width="400" alt="image" src="https://user-images.githubusercontent.com/48286013/166198875-e26d5b4a-be8f-432a-923e-4a1051ece877.png">
3. 批量url进行利用poc增加代理
2022-04-19 21:50:23 +08:00
## 2022.4.19更新v0.57
1. 增加写入文件快捷命令模块包含windows的set写入、echo写入、certutil-Base64写入、certutil-Hex写入Liunx的echo写入、echo-Base64写入、Echo-Hex写入
<img width="750" height="650" src="https://user-images.githubusercontent.com/48286013/164015236-644ffe72-5456-4416-be51-feb8242b1264.png">
<img width="750" height="650" src="https://user-images.githubusercontent.com/48286013/164015388-747f179d-c56f-4105-a620-0da108f2beb0.png">
2022-04-19 21:56:52 +08:00
2. 调用python脚本模块优化适配`pocsuite`调用,可搭配 https://github.com/Wrin9 的pocsuite脚本使用。`Pocsuite`地址有两种配置方式,可以配置成`/usr/local/Cellar/pocsuite3/1.9.1/libexec/bin/pocsuite`这种可执行文件(MacOS可以这么配置),也可以配置成`python \xxxxxxx\Python\Python36\Lib\site-packages\pocsuite3\cli.py`以python启动的脚本(Windows可以这么配置)
2022-04-19 21:50:23 +08:00
- 单个url检测
<img width="750" height="650" src="https://user-images.githubusercontent.com/48286013/164015611-656650d3-6713-4b14-a163-c9b205457684.png">
- 批量url检测
2022-04-19 21:53:41 +08:00
<img width="750" height="650" src="https://user-images.githubusercontent.com/48286013/164019329-45545297-543f-462e-81ea-47af8ae691fc.png">
2022-04-19 21:50:23 +08:00
3. 修复0.56的百分号编码情况,应为解码情况
2022-04-01 21:22:13 +08:00
## 2022.4.1更新v0.56
1.优化URL编码存在非url编码字符的百分号情况
<img width="851" alt="image" src="https://user-images.githubusercontent.com/48286013/161218995-32874b87-340c-48d6-b623-652005938416.png">
2.实现单个exp大类的单个url测试
3.增加单个url测试时的代理功能
2022-04-02 23:11:43 +08:00
4.增加文件`Base64``bytes`编码具体实战可参考https://mp.weixin.qq.com/s/outtxUANOa406ErGleWjtQ
2022-04-01 21:22:13 +08:00
<img width="1060" alt="image" src="https://user-images.githubusercontent.com/48286013/161271826-e1768017-c90c-4df2-ae9e-2ed2197559ca.png">
2022-03-30 15:05:36 +08:00
## 2022.3.30更新v0.55
1.修复命令模块下的bash编码错误的问题
<img width="725" alt="image" src="https://user-images.githubusercontent.com/48286013/160746308-7ba24b30-6b67-472d-bcc1-ffbcdb081f04.png">
2.修复CS命令上线第一条命令少了`"`的问题
<img width="1002" alt="image" src="https://user-images.githubusercontent.com/48286013/160746320-25ae5cf5-0754-4e91-b180-11661711de59.png">
2022-01-20 09:58:42 +08:00
## 2022.1.20更新v0.54
修复shiro解密逻辑
增加shiro AES GCM解密原工具https://github.com/r00tuser111/SerializationDumper-Shiro 只支持AES CBC
<img src="https://user-images.githubusercontent.com/48286013/150246924-8f789f06-9e17-4b97-acca-6b64fb3ed571.png" width="750" height="650" />
<img src="https://user-images.githubusercontent.com/48286013/150247215-caa83dc2-dc47-4096-be34-a6ec43f1297a.png" width="750" height="650" />
<img src="https://user-images.githubusercontent.com/48286013/150247355-923ebad7-7170-40d4-b42e-f6635d398d7f.png" width="750" height="650" />
另shiro key增加到1208个参考项目https://github.com/SummerSec/ShiroAttack2
2022-01-15 17:12:39 +08:00
## 2022.1.15更新v0.53
修复windows下进程查找模块乱码问题原因还是和之前一样的文本编码应该为gbk
2022-01-15 17:18:55 +08:00
增加提取路径模块工作中会遇到要提取一些路径问题这里我简单举两个例子web.xml下显示了一些配置文件诸如/WEB-INF/xxx文件但是有很多手动查找起来特别慢这里直接使用工具
2022-01-16 11:05:48 +08:00
2022-01-15 17:12:39 +08:00
<img src="https://user-images.githubusercontent.com/48286013/149614689-29a0d05d-aff5-4310-b1c0-fa164b13684d.png" width="750" height="650" />
再比如说我们要去通过web.xml去读取源码那么我们就要去获取类名但是一个个去匹配比较麻烦也可以使用工具匹配
2022-01-16 11:05:48 +08:00
2022-01-15 17:12:39 +08:00
<img src="https://user-images.githubusercontent.com/48286013/149614774-5f327f04-4369-4a7b-abdc-c1c3b38ea937.png" width="750" height="650" />
也可以直接请求url进行匹配如下
2022-01-16 11:05:48 +08:00
2022-01-15 17:12:39 +08:00
<img src="https://user-images.githubusercontent.com/48286013/149614811-77713c98-be77-4474-a95d-34678bfab2ba.png" width="750" height="650" />
也可以用于其他方面如spring下的未授权接口收集直接访问授权页面的即可收集所有spring的接口
也可以直接请求url进行匹配如下
2022-01-16 11:05:48 +08:00
2022-01-15 17:12:39 +08:00
<img src="https://user-images.githubusercontent.com/48286013/149616465-b0899a1d-0e0e-4c0e-98f9-959a55d04ca2.png" width="750" height="650" />
2022-01-07 23:36:38 +08:00
## 2022.1.7更新v0.52
2022-01-07 23:35:32 +08:00
修复windows下无法保存poc问题
<img src="https://user-images.githubusercontent.com/48286013/148566681-6bfd2faf-d85f-4523-ad92-1e24cba6144a.png" width="1412" height="600" />
2022-01-07 16:53:02 +08:00
## 2022.1.7更新v0.51
修复druid解密模块的问题原版本中存在无法解密问题(1.0.16+版本)
AES模块增加key、iv的模式(Base64、Hex)、补位模式
![image](https://user-images.githubusercontent.com/48286013/148515933-d91824df-7be3-4229-b685-e1c11def1d46.png)
2022-01-06 10:41:31 +08:00
## 2022.1.6更新v0.50
修复cors poc生成的双引号问题
2022-01-06 10:47:26 +08:00
<img src="https://user-images.githubusercontent.com/48286013/148319849-183563c8-d072-40f2-9b20-6e04b3aa6e92.png" width="750" height="650" />
2022-01-06 10:41:31 +08:00
增加AES、DES加解密模块
2022-01-06 10:47:26 +08:00
<img src="https://user-images.githubusercontent.com/48286013/148319319-c64c4ad4-4e4b-4a96-b75a-31b2044556d3.png" width="750" height="650" />
2022-01-06 10:41:31 +08:00
增加部分常用命令(https://xz.aliyun.com/t/10699)
2022-01-06 13:28:11 +08:00
2022-01-06 10:41:31 +08:00
<img src="https://user-images.githubusercontent.com/48286013/148319568-414e9994-e908-4cd5-a727-6f689399bb66.png" width="971" height="746" />
2021-12-31 14:49:51 +08:00
## 2021.12.31更新v0.49
优化了tasklist的进程查找
优化了常用命令的排序
![9A569E54-A419-4EEA-8A35-00E9CF39878F](https://user-images.githubusercontent.com/48286013/147808198-e42e7014-87c9-4418-8fa5-8f8977bbf9f4.png)
2022-01-06 10:41:31 +08:00
~~todo:添加aes、des加解密的模块~~
2021-12-31 14:49:51 +08:00
2021-12-08 12:01:25 +08:00
## 2021.12.8更新v0.48
2021-12-08 12:02:17 +08:00
增加shiro RememberMe参数解密模块取自https://github.com/r00tuser111/SerializationDumper-Shiro
2021-12-08 12:01:25 +08:00
增加反编译工具fernflower.jar、shiro key文件keys.conf
举例说明:
使用ysoserial工具生成
![image](https://user-images.githubusercontent.com/48286013/145145278-b1af2c13-d485-43fd-b886-fca30df758e9.png)
进行解密:
![image](https://user-images.githubusercontent.com/48286013/145145451-f1192d2c-7af2-412a-9b20-ec6e973fd67b.png)
使用shiro利用工具生成
![image](https://user-images.githubusercontent.com/48286013/145145747-96c07663-9ca7-4c20-a2f2-a64cb635ca2e.png)
进行解密:
![image](https://user-images.githubusercontent.com/48286013/145145797-722bf316-1253-4d70-9208-2d743b217f48.png)
2021-11-30 14:00:35 +08:00
## 2021.11.30更新v0.47
新增模块
2021-12-08 12:01:25 +08:00
2021-11-30 14:00:35 +08:00
1.增加CORS漏洞poc生成、JSONP漏洞poc生成在日常挖洞过程中会遇到cors、jsonp有些是安服项目有些是src项目但是每次遇到这些漏洞poc的生成会比较麻烦像我自己平时也会挖掘一些漏洞交到src混混奖励等等
2021-11-30 14:10:20 +08:00
2021-11-30 14:10:09 +08:00
<img src="https://user-images.githubusercontent.com/48286013/143991178-eec32cb9-9741-4371-a747-c780f232ae25.png" width="300" height="150" />
2021-11-30 14:00:35 +08:00
模块演示环境取自DoraBox(https://github.com/0verSp4ce/DoraBox)
2021-11-30 14:10:09 +08:00
2021-11-30 14:00:35 +08:00
CORS生成模块:
2021-11-30 14:10:09 +08:00
<img src="https://user-images.githubusercontent.com/48286013/143992884-232ae532-ab3a-4ef3-b48e-b5143997584a.png" width="700" height="600" />
2021-11-30 14:00:35 +08:00
导出文件为poc2jar-cors.html
2021-11-30 14:10:09 +08:00
2021-11-30 15:42:21 +08:00
<img src="https://user-images.githubusercontent.com/48286013/143993055-f127a3bc-4437-4441-93ac-40c2455b5784.png" width="400" height="400" />
2021-11-30 14:10:09 +08:00
2021-11-30 14:00:35 +08:00
访问poc2jar-cors.html即可看到弹窗
2021-11-30 14:10:09 +08:00
<img src="https://user-images.githubusercontent.com/48286013/143993099-fb0113d1-9c87-467d-8b40-74704878fef2.png" width="700" height="600" />
2021-11-30 14:00:35 +08:00
这里有个CORS的小tips在一些src站点中把js代码保存成js文件然后上传个新的html引用这个js文件在一些环境中就可以执行了
JSONP模块:
2021-11-30 14:10:09 +08:00
<img src="https://user-images.githubusercontent.com/48286013/143993221-6cb7c178-fa3d-4f26-96c8-19aa8556cb29.png" width="700" height="600" />
2021-11-30 14:00:35 +08:00
导出文件为poc2jar-jsonp.html
2021-11-30 14:10:09 +08:00
2021-11-30 15:42:21 +08:00
<img src="https://user-images.githubusercontent.com/48286013/143993258-6da3db90-8229-4345-99cc-7690d7258fd4.png" width="400" height="400" />
2021-11-30 14:10:09 +08:00
2021-11-30 14:00:35 +08:00
访问poc2jar-jsonp.html即可看到弹窗
2021-11-30 14:10:09 +08:00
<img src="https://user-images.githubusercontent.com/48286013/143993366-0f74f8a6-4eba-4f28-8733-7104863e392f.png" width="700" height="600" />
2021-11-30 14:00:35 +08:00
优化部分:
Python脚本模块增加报错机制具体实现为:
```
Process pro = Runtime.getRuntime().exec(commands);
InputStream Output = pro.getInputStream(); // Output为正常信息
InputStream errorOutput = pro.getErrorStream(); // errorOutput为报错信息
```
界面如下:
![image](https://user-images.githubusercontent.com/48286013/143993821-0f89766e-771e-413b-b23d-b08292033ac1.png)
2021-11-25 15:35:14 +08:00
## 2021.11.25更新v0.46
增加druid未授权漏洞利用可以查看到jdbc链接、数据库用户名、sql语句、访问的uri、SESSION值
![image](https://user-images.githubusercontent.com/48286013/143398014-b8641072-5503-4437-a270-af172fe81d15.png)
简单说下为什么要收集这些信息jdbc的数据库名称、用户名、密码都有可能是一样的这里收集也是为了站点的信息收集
sql语句的一些变量可以收集起来进行fuzz针对同一类开发团队来说以及一些路由的可能语句
uri信息这里做了jdbc执行次数的降序排列也就是最上面的可能就是系统执行sql语句的路由可以重点看下
SESSION值大家应该都知道看SESSION的有效性了
2021-11-26 13:48:41 +08:00
还有一个小优化就是bash命令增加去掉花括号和bash -c的版本感谢@金鱼 师傅完善
![image](https://user-images.githubusercontent.com/48286013/143533129-666d115a-9d07-4fa8-90f9-71e79ed0d4b0.png)
2021-11-25 15:35:14 +08:00
发现python模块下的脚本可能会未响应后续增加脚本的延时跳出未响应状态
2021-11-26 13:48:41 +08:00
迭代的时候发现properties被覆盖了已经更正过来感谢@Tukali 师傅提交issue
2021-11-25 15:35:14 +08:00
2021-11-20 20:50:33 +08:00
## 2021.11.20更新v0.45
1.base64解码优化遇到奇数编码会报错由于没有处理好报错问题导致程序出错优化如下
2021-11-21 10:19:42 +08:00
(如该种解码只出现了三种情况,其他情况报错忽略)
2021-11-20 20:50:33 +08:00
![image](https://user-images.githubusercontent.com/48286013/142726745-70f9dad9-9bc2-4c50-b4e9-d720f8e96d40.png)
2021-11-19 16:28:30 +08:00
## 2021.11.19更新v0.44
2021-11-19 16:44:01 +08:00
1.base64模块解码加入分段猜解类似base64编码中可能存在部分非base64的加密部分剔除后进行base64解密。参考(https://xz.aliyun.com/t/7779)
2021-11-19 16:28:30 +08:00
测试base64
RuYW1lPVRfWlBHTF9ER1dSU0pHWlNYJklzaGFzWVBYSEJ5ZmlsZWQ9JnNlbGVjdGZpZWxkSWRzPSwmc2VsZWN0ZmllbGRJZHNWYWx1ZT0sY29td2lzZWR1Y29td2lzZWR1c3VibWl0PXRydWUmeXB4aHZhbHVlPTI3OTQ2Jn
![image](https://user-images.githubusercontent.com/48286013/142590124-db8eaa2f-bf6c-4601-b7eb-907f62d72788.png)
![image](https://user-images.githubusercontent.com/48286013/142590146-3eabbe4a-7c0a-4800-b24f-68df4694ada4.png)
2.优化cs payload可以进行按钮保存方便之后打开使用
![image](https://user-images.githubusercontent.com/48286013/142590183-eb315244-1907-4cce-bb1b-ac9dfead1f44.png)
2021-11-19 14:14:52 +08:00
## 2021.11.19更新v0.43
优化windows下的启动参数由于mac下java默认是utf-8windows下java默认是gbk
2021-11-19 14:16:05 +08:00
2021-11-19 14:14:52 +08:00
mac下
![image](https://user-images.githubusercontent.com/48286013/142573620-2a6d9e60-d655-43e9-9312-a72e1766511a.png)
2021-11-19 14:16:05 +08:00
2021-11-19 14:14:52 +08:00
windows下
2021-11-19 14:16:05 +08:00
![image](https://user-images.githubusercontent.com/48286013/142574501-f7bbfb0c-d681-4b3f-96c2-1fe9fd799088.png)
2021-11-19 14:14:52 +08:00
导致有师傅提了issue这里思考了一下把文本文档的编码更改一下应该就行了windows下双击打开jar
![image](https://user-images.githubusercontent.com/48286013/142574409-9cafa494-1028-4b7c-a4a7-b75cf4c67a36.png)
2021-11-18 19:23:37 +08:00
## 2021.11.18更新v0.42
1.增加命令模块(Bash模块、PowerShell模块、Python模块、Perl模块)参考http://www.jackson-t.ca/runtime-exec-payloads.html
2021-11-18 19:24:10 +08:00
2021-11-18 19:23:37 +08:00
Bash模块
![image](https://user-images.githubusercontent.com/48286013/142406058-949d8ee4-538e-4775-bd41-57a7c36668da.png)
PowerShell模块
![image](https://user-images.githubusercontent.com/48286013/142406094-b8772cab-d54c-4396-8ec5-8eaa360cc6c0.png)
Python模块
![image](https://user-images.githubusercontent.com/48286013/142406118-9bb318f4-5a2f-4d0b-96fc-40e949e7b398.png)
Perl模块
![image](https://user-images.githubusercontent.com/48286013/142406136-487292be-a95d-4c66-9b37-f371ef7b26d1.png)
2.增加cs快速生成命令模块第二三四条可以绕过windows defender的上线命令第一条只是做了加号处理
![image](https://user-images.githubusercontent.com/48286013/142406303-fbc4170c-0010-404e-9726-7a16289b24cf.png)
第五条效果不好
![image](https://user-images.githubusercontent.com/48286013/142406408-d288b0df-e455-4c07-9c53-414662623962.png)
3.优化windows下体验由于没在windows下测试导致windows之前的jar都打不开0.42开始windows和mac都会进行一次测试
2021-11-19 16:28:30 +08:00
~~todo:base64模块解码加入猜解参考(https://xz.aliyun.com/t/7779)~~
2021-11-18 19:23:37 +08:00
2021-11-17 22:23:36 +08:00
## 2021.11.17更新v0.41
2021-11-17 16:59:04 +08:00
1.优化listview选择列表事件可通过上下方向键进行选择
由于使用方向键可以移动光标位置所以可以通过监听onKeyReleased事件来实现具体实现逻辑如下
添加监听事件:
```java
onKeyReleased="#mListView1Click2"
```
事件定义为:
```java
public void mListView1Click2(KeyEvent event)
```
函数为:
```java
mListView1.getSelectionModel().getSelectedItem()
```
通过读取光标来进行获取listview选中的内容
2.去除了文件中会显示.DS_store文件
3.增加druid1.0.16版本及以后的解密方式
2021-11-20 12:15:01 +08:00
![image](https://user-images.githubusercontent.com/48286013/142714061-706efac4-ef57-4eef-b2e0-6b3bd1c5e713.png)
2021-11-17 16:59:04 +08:00
4.增加编码模块(Unicode、URL、Base64、Hex、Html、ascii编码)由于平时编码工具很少要么是burp的编码模块很难用要么是某些在线网站在线网站进行编码需要有互联网就导致了在一些内网环境中无法进行编码、解码所以写了进去简单介绍下
2021-11-19 17:01:43 +08:00
Unicode模块(遇见一些网页响应包里的无法转码,可以尝试这个模块)
2021-11-17 16:59:04 +08:00
![image](https://user-images.githubusercontent.com/48286013/142168767-f1c1d0a0-bd5e-4cf6-ac81-614ad2097729.png)
![image](https://user-images.githubusercontent.com/48286013/142168787-4cecf2f2-a438-441a-9284-1e2023568e0d.png)
2021-11-19 17:01:43 +08:00
URL模块(有些在URL里以百分号存在的字符可以尝试这个模块)
2021-11-17 16:59:04 +08:00
![image](https://user-images.githubusercontent.com/48286013/142168842-636decd2-8274-40b7-94cc-71cf3310a6a3.png)
![image](https://user-images.githubusercontent.com/48286013/142168853-52ebffb1-db60-4bb0-90a8-6b4df9351cc5.png)
2021-11-19 17:01:43 +08:00
Base64模块(形如base64格式的可以尝试这个模块)
2021-11-17 16:59:04 +08:00
![image](https://user-images.githubusercontent.com/48286013/142168894-7646ae1c-49bd-43c9-a4d3-55d5ea38de32.png)
![image](https://user-images.githubusercontent.com/48286013/142168912-696026a1-062c-435a-87fb-d18adf56696c.png)
Hex模块
![image](https://user-images.githubusercontent.com/48286013/142168964-9fdefedb-2aac-4f82-ae2a-eaee5769ccf7.png)
![image](https://user-images.githubusercontent.com/48286013/142168988-c4a3c648-bfa6-4f80-8650-a004dd31490b.png)
2021-11-19 17:01:43 +08:00
Html模块(形如&#格式的,可以尝试这个模块)
2021-11-17 16:59:04 +08:00
![image](https://user-images.githubusercontent.com/48286013/142169035-04363225-dc93-4723-81ba-93df392d441b.png)
![image](https://user-images.githubusercontent.com/48286013/142169056-c8e3587f-044c-4bdb-909f-a246afac9d8d.png)
2021-11-19 17:01:43 +08:00
ascii模块(一般是在SQL注入中会用到取ascii码进行比对)
2021-11-17 16:59:04 +08:00
![image](https://user-images.githubusercontent.com/48286013/142169215-d5441ec3-2c00-4fd4-8ea5-8cc3a800fe35.png)
![image](https://user-images.githubusercontent.com/48286013/142169093-f7fe18f0-8cfe-4002-bd9b-619abecaf93d.png)
2021-11-15 22:36:13 +08:00
## 2021.11.15更新 v0.4
1.完善密码模块对druid密码的解密在druid 1.0.16版本及之前
![image](https://user-images.githubusercontent.com/48286013/141799695-c135ea10-7a0c-4276-bc9c-4ecbec16e465.png)
发现有些时候poc利用的还不是很好emmm在思考怎么优化
2021-08-14 20:49:09 +08:00
## 2021.8.14更新 v0.3
1.完善对于单个目标进行全部poc检测
![image](https://user-images.githubusercontent.com/48286013/129446750-8814104e-5916-4efe-b56a-763faa6fc711.png)
2021-08-14 21:06:10 +08:00
2.python运行命令可在调用python脚本手动设置。
2021-08-14 20:49:09 +08:00
2021-08-14 21:06:10 +08:00
3.将python固定至jar包内部减少config.properties文件将test.txt固定至jar包内部减少test.txt文件(对macos来说windows还未适配)
2021-08-14 20:49:09 +08:00
后续看看windows怎么减少config.properties文件和test.txt文件文件说明在最下面都有解释
基本已经完成我所需要的功能了,后续看有必要再次更新
2021-08-08 22:08:12 +08:00
## 2021.8.8更新 v0.2
1.批量模块更改为python批量默认用的python3所以需要配置一下python3命令。(emmm后续再看看改成go试试)
2.添加finalshell密码解密
3.添加seeyon数据库密码解密
注:
2021-08-08 22:12:33 +08:00
2021-08-08 22:08:12 +08:00
1.增加了pythonexp/poc2jarpiliang.py、url.txt文件最好重新下载一遍项目里的txt
2021-08-08 22:12:33 +08:00
2021-08-08 22:08:12 +08:00
2.property/config.properties增加python2、python3python脚本默认python2执行
### python批量
![image](https://user-images.githubusercontent.com/48286013/128634771-d1ddc92d-16f3-46da-ba62-3976baf4d6cc.png)
### finalshell密码解密(支持批量)
![image](https://user-images.githubusercontent.com/48286013/128634782-af2dd0a8-5673-4614-9f9f-cd9e717b3de0.png)
### seeyon数据库密码解密(支持批量)
![image](https://user-images.githubusercontent.com/48286013/128634792-cc3121e2-941f-4b6c-9aff-35e0f02734cf.png)
# 源介绍
2021-07-03 12:13:53 +08:00
# poc2jar
2021-07-03 12:57:01 +08:00
个人写的很简陋的poc工具每次遇到新的漏洞爆发出来都要去复现复现好以后保存到哪里就成了一个问题了写这个工具就是为了解决这个问题希望能集合到个人主机内然后可以根据不同的poc来使用
2021-07-03 12:13:53 +08:00
2021-07-03 12:57:01 +08:00
工具介绍
2021-07-03 12:13:53 +08:00
2021-07-03 12:57:01 +08:00
# poc保存模块
举一个很简单的例子hikvision的漏洞
![image](https://user-images.githubusercontent.com/48286013/124343105-9baccf00-dbfb-11eb-9032-75a4f538ac9d.png)
截取到数据包如下:
```
GET /onvif-http/snapshot?auth=YWRtaW46MTEK HTTP/1.1
Host:x.x.x.x
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Connection: keep-alive
Upgrade-Insecure-Requests: 1
```
直接放入到poc保存模块里进行发包
![image](https://user-images.githubusercontent.com/48286013/124343125-d57dd580-dbfb-11eb-8359-6eaa389a9b83.png)
可以看到返回的为二进制的图片那我们可以把漏洞关键字设置为Content-Type:image/jpeg只要请求这个路径返回这个就判断为存在漏洞
![image](https://user-images.githubusercontent.com/48286013/124343262-c3506700-dbfc-11eb-8701-ea5afeb3379c.png)
满足条件可以保存为yml文件
填入exp名称、yml文件的名称(这里名称需要带入组件如这里应该为hikvision/test.yml)
![image](https://user-images.githubusercontent.com/48286013/124343275-d6633700-dbfc-11eb-8ccc-c3f74bbf54fc.png)
至此保存yml文件成功
# exp利用模块
直接选择刚刚保 存的yml文件
![image](https://user-images.githubusercontent.com/48286013/124343279-ebd86100-dbfc-11eb-8d91-256e228f0fc3.png)
输入刚刚的url进行测试
![image](https://user-images.githubusercontent.com/48286013/124343292-fdba0400-dbfc-11eb-8c61-851a8f73860f.png)
存在相应回显即为存在漏洞
## 批量利用这里多线程没有处理好暂时不能太多目标后期想更换为python多线程
![image](https://user-images.githubusercontent.com/48286013/124343398-b8e29d00-dbfd-11eb-97de-4f2a9448ef0b.png)
# tasklist进程搜索模块
这里需要tasklist /svc格式的输入
![image](https://user-images.githubusercontent.com/48286013/124343033-14f7f200-dbfb-11eb-8e23-221be6cb7b52.png)
# 常用命令模块
![image](https://user-images.githubusercontent.com/48286013/124342992-d7936480-dbfa-11eb-8a42-06d04e410e95.png)
# python利用模块
![image](https://user-images.githubusercontent.com/48286013/124342827-7c14a700-dbf9-11eb-8750-07a2f2886ef7.png)
## 不足 todo
2021-08-14 21:04:36 +08:00
~~①.对于一些复杂请求的没有做到兼容测试还是依赖于python模块去执行~~ 暂时没找到好方法替代
2021-07-06 21:21:42 +08:00
2021-08-14 21:04:36 +08:00
~~②.对于多线程没有处理好~~ 用python替代了
2021-07-06 21:21:42 +08:00
2021-08-14 21:04:36 +08:00
~~③.对于单个目标可以把对应模块的poc全部测一遍~~
2021-07-03 12:57:01 +08:00
2021-08-14 20:49:09 +08:00
④.所需要的文件有点多考虑办法不需要文件直接写进jar包内 2021.8.14(部分完成)
2021-08-11 18:40:05 +08:00
⑤.考虑和goby、xray格式相同(长久来看)
2021-08-11 18:38:49 +08:00
2021-07-03 12:57:01 +08:00
## 对文件的说明
①.poc文件夹存放poc文件即yml文件
②.property文件夹存放cmdlists.txt即常用命令模块config.properties即python路径或者环境变量下python的调用命令exetest.txt即tasklist /svc查找的敏感进程test.txt是保存的请求包
③.pythonexp文件夹存放的python脚本usage放在了文件第一行可以进行调用
2021-08-14 20:49:09 +08:00
## 安装说明
安装pyyaml库 5.3.1
2021-07-03 12:57:01 +08:00
2021-07-06 21:34:26 +08:00
## 运行
2021-07-06 21:35:12 +08:00
### Mac OS
2021-07-06 21:34:26 +08:00
直接运行jar即可
2021-07-06 21:35:12 +08:00
### Windows
2021-11-19 14:29:38 +08:00
直接运行jar即可
2021-11-19 14:30:17 +08:00
2021-11-19 14:29:38 +08:00
~~需要在命令行加入参数编码参数否则会乱码即java -jar -Dfile.encoding=utf-8 poc2jar.jar~~
2021-07-06 21:34:26 +08:00
2021-08-14 21:02:04 +08:00
## 编写过程的难点
其实真正的难点在于发请求尤其是发POST请求但是没有Content-type这样的漏洞payload的时候有些漏洞请求是要POST但是Content-type是不需要的这就导致了该项目当时停滞不前遇到一位大佬帮我解决问题真的太感谢了此处艾特董神
2021-11-19 14:30:50 +08:00
主要在于setIfNotSet自动加上了Content-type所以我们重写这个方法
2021-08-14 21:02:04 +08:00
下面给出解决的demo
![image](https://user-images.githubusercontent.com/48286013/129446994-8390f4a3-e8de-4278-9573-82fe20e9974e.png)
test类下定义一个setIfNotSet方法
```
public synchronized void setIfNotSet(String arg0, String arg1) {
// System.out.println("hook: " + arg0);
if ("Content-type".equals(arg0)) {
return;
}
if ("Connection".equals(arg0)) {
return;
}
if ("Accept".equals(arg0)) {
return;
}
super.setIfNotSet(arg0, arg1);
}
```
继承test类
```
HttpURLConnection connection = (HttpURLConnection) realUrl.openConnection();
// 设置通用的请求属性
Object target = connection;
if (!target.getClass().equals(sun.net.www.protocol.http.HttpURLConnection.class)) {
//https
Field field1 = connection.getClass().getDeclaredField("delegate");
field1.setAccessible(true);
target = field1.get(connection);
}
Field field2 = sun.net.www.protocol.http.HttpURLConnection.class.getDeclaredField("requests");
field2.setAccessible(true);
test customMessageHeader = new test();
```
2021-07-03 12:57:01 +08:00
# 免责声明
请勿将本项目技术或代码应用在恶意软件制作、软件著作权/知识产权盗取或不当牟利等非法用途中。实施上述行为或利用本项目对非自己著作权所有的程序进行数据嗅探将涉嫌违反《中华人民共和国刑法》第二百一十七条、第二百八十六条,《中华人民共和国网络安全法》《中华人民共和国计算机软件保护条例》等法律规定。本项目提及的技术仅可用于私人学习测试等合法场景中,任何不当利用该技术所造成的刑事、民事责任均与本项目作者无关。