Files
poc2jar/FAQ.md
2022-05-24 17:10:56 +08:00

23 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1.如何使用?
### 使用`jdk8u231`及以下jdk版本启动`java -jar poc2jar.jar`或者当默认jdk为8的时候双击jar即可进行使用
# 2.有哪些功能?
- 0x01.保存poc、exp利用批量
- 0x02.tasklist进程搜索
- 0x03.常用命令备忘
- 0x04.python脚本利用 *`pocsuite调用`*
- 0x05.Finalshell密码解密、seeyon致远OA数据库密码解密、druid密码解密
- 0x06.编码支持Unicode、URL、base64、Hex十六进制、Html、ascii
- 0x07.Bash、Powershell、Python、Perl命令编码
- 0x08.CS上线命令生成
- 0x09.Druid未授权漏洞利用、跨域漏洞利用生成POC
- 0x10.Shiro rememberMe参数解密
- 0x11 加解密模块,支持`AES/DES/DESede`模块
- 0x12 提取路径模块常用于web.xml的提取、Java Spring未授权的提取
- 0x13 文件转码
- 0x14 文件写入命令
# 3.无法找到主类错误: 找不到或无法加载主类 main.Main 原因: java.lang.NoClassDefFoundError: javafx/application/Application
### 使用JDK8启动即可