首页
社区
课程
招聘
[转帖]JavaSnoop
发表于: 2013-3-23 12:19 1359

[转帖]JavaSnoop

2013-3-23 12:19
1359
JavaSnoop
From:EXETOOLS
Not used this yet, but looks interesting:

Quote:
A tool that lets you intercept methods, alter data and otherwise test the security of Java applications on your computer

Normally, without access to the original source code, testing the security of a Java client is unpredictable at best and unrealistic at worst. With access the original source, you can run a simple Java program and attach a debugger to it remotely, stepping through code and changing variables where needed. Doing the same with an applet is a little bit more difficult.

Unfortunately, real-life scenarios don’t offer you this option, anyway. Compilation and decompilation of Java are not really as deterministic as you might imagine. Therefore, you can’t just decompile a Java application, run it locally and attach a debugger to it.

Next, you may try to just alter the communication channel between the client and the server, which is where most of the interesting things happen anyway. This works if the client uses HTTP with a configurable proxy. Otherwise, you’re stuck with generic network traffic altering mechanisms. These are not so great for almost all cases, because the data is usually not plaintext. It’s usually a custom protocol, serialized objects, encrypted, or some combination of those.

JavaSnoop attempts to solve this problem by allowing you attach to an existing process (like a debugger) and instantly begin tampering with method calls, run custom code, or just watch what’s happening on the system.
https://www.aspectsecurity.com/uploads/2011/03/javasnoop_main_gui_empty.png
https://www.aspectsecurity.com/uploads/2011/03/javasnoop_main_gui_attached.png
https://www.aspectsecurity.com/uploads/2011/03/javasnoop_hook_options_console.png
https://www.aspectsecurity.com/uploads/2011/03/javasnoop_tamper_decompile.png
https://www.aspectsecurity.com/research/appsec_tools/javasnoop/


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//