c**t 发帖数: 2744 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: cogt (苦荆茶), 信区: Programming
标 题: 问java applet的问题
发信站: BBS 未名空间站 (Fri Jun 6 14:51:34 2008), 转信
vendor的site用的是javaapplet,通过decode,我找到了URL,以及request的所有参数,
通过http post/get送过去,总是得到404错误,是怎么回事?像这种没有API的情况下,
怎么去automate? | t*******e 发帖数: 684 | | c**t 发帖数: 2744 | 3 I used wireshark, the traffic is encrypted (https), can't decode..
【在 t*******e 的大作中提到】 : 用tcpmon sniff traffic
| g*****g 发帖数: 34805 | 4 Decompile the code and set debug point, it doesn't stop you from
running it as an application.
【在 c**t 的大作中提到】 : I used wireshark, the traffic is encrypted (https), can't decode..
| c**t 发帖数: 2744 | 5 Decompiled, it used some other packages in the server path, which we don't h
ave, failed to compile...
【在 g*****g 的大作中提到】 : Decompile the code and set debug point, it doesn't stop you from : running it as an application.
| g*****g 发帖数: 34805 | 6 Of course you can download those packages too from the server.
h
【在 c**t 的大作中提到】 : Decompiled, it used some other packages in the server path, which we don't h : ave, failed to compile...
|
|