We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
测试代码:https://gitee.com/aaluoxiang/oa_system 测试系统:windows 11 家庭版 运行指令:python main.py -t F:\vulnerbilities\QlProject\oa_system 运行结果: `Welcome to .. _________ . ________ . _ __ | | _ ___ \ ____ | /_ _____ \ | | | // | | / \ / / _ \ / __ |/ __ \ / / \ | | | | _ | \ _( <> ) // \ // _/. \ | || / | _ /_/_ |__ >_____\ _/_______ / / / / __> /
2024/07/14 11:20:58 functions.py WARNING 2024/07/14 11:20:58 functions.py WARNING Environment Check Success, start to init database. 2024/07/14 11:20:59 database.py INFO Found 2 jsp files to decode processing 1/2 processing 2/2 2024/07/14 11:20:59 functions.py WARNING 系统找不到指定的路径。
2024/07/14 11:20:59 functions.py WARNING 系统找不到指定的路径。
2024/07/14 11:20:59 database.py WARNING Decode jsp file 0/2 success 2024/07/14 11:20:59 database.py ERROR Auto decompiler error, no java file found.`
其中2个jsp文件是测试代码工程下面的demo文件,如下所示: oa_system\target\classes\static\plugins\kindeditor\jsp\demo.jsp oa_system\src\main\resources\static\plugins\kindeditor\jsp\demo.jsp
oa_system\target\classes\static\plugins\kindeditor\jsp\demo.jsp
oa_system\src\main\resources\static\plugins\kindeditor\jsp\demo.jsp
我的问题是这个工程是java语言,源码中的.java文件在编译阶段并没有被识别出来,而是识别了2个jsp文件,导致编译工作进行不下去,有什么解决办法吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
测试代码:https://gitee.com/aaluoxiang/oa_system
测试系统:windows 11 家庭版
运行指令:python main.py -t F:\vulnerbilities\QlProject\oa_system
运行结果:
`Welcome to
.. _________ . ________ .
_ __ | | _ ___ \ ____ | /_ _____ \ | |
| // | | / \ / / _ \ / __ |/ __ \ / / \ | |
| | _ | \ _( <> ) // \ // _/. \ |
|| / | _ /_/_ |__ >_____\ _/_______ / / / / __> /
2024/07/14 11:20:58 functions.py WARNING
2024/07/14 11:20:58 functions.py WARNING
Environment Check Success, start to init database.
2024/07/14 11:20:59 database.py INFO Found 2 jsp files to decode
processing 1/2
processing 2/2
2024/07/14 11:20:59 functions.py WARNING 系统找不到指定的路径。
2024/07/14 11:20:59 functions.py WARNING 系统找不到指定的路径。
2024/07/14 11:20:59 database.py WARNING Decode jsp file 0/2 success
2024/07/14 11:20:59 database.py ERROR Auto decompiler error, no java file found.`
其中2个jsp文件是测试代码工程下面的demo文件,如下所示:
oa_system\target\classes\static\plugins\kindeditor\jsp\demo.jsp
oa_system\src\main\resources\static\plugins\kindeditor\jsp\demo.jsp
我的问题是这个工程是java语言,源码中的.java文件在编译阶段并没有被识别出来,而是识别了2个jsp文件,导致编译工作进行不下去,有什么解决办法吗
The text was updated successfully, but these errors were encountered: