C/C ++中的WLST命令 [英] WLST command in C/C++

查看:98
本文介绍了C/C ++中的WLST命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



任何人都可以建议如何在c/c ++中运行WLST命令来监视Weblogic Server.

感谢

Hi,

Can anyone suggest how WLST commands can be run in c/c++ for monitoring Weblogic Servers.

Thanks

推荐答案

对该技术的快速浏览显示该系统可能正在HTTP中运行XML请求.

我过去曾经在C ++中进行过这种反向工程.

我要做的是使用netmonitor监视与服务器通信的应用程序的通信量,然后编写C ++类来生成相同的XML查询并处理响应.

在此级别上,您可以模拟任何Web浏览器或应用程序.只要您向服务器发送正确的命令,服务器就不会更好.
A quick look at the technology shows that this system is likely running XML Requests in HTTP.

I''ve done this sort of reverse engineering in C++ in the past.

What I did is use netmonitor to watch the traffic of applications communicating with the server, then wrote C++ classes that generated the same XML queries, and processed the responses.

At this level you can impersonate any web browser or application. the server won''t know any better, so long as you send it proper commands.


这篇关于C/C ++中的WLST命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆