Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] Extract text from flash website with wireshark
(@maniic)
Active Member
Joined: 10 years ago
Posts: 14
Topic starter
April 12, 2015 1:38 PM
Hello All,
Does anyone here have any experience with Wireshark ? For my work I have to get my VCA certificate but the web-portal in which the course is provided is a nightmare. Poorly optimised flash website with terribly designed UI that just annoys me every minute I spend there. After 2 minutes my macbook pro fans start spinning at full rate, the site responds slow etc.
The worst part is that the text is embedded and it can't be copied !
Is it possible to extract this text with wireshark ? I managed to extract images, audio and even video but I can't find the text anywhere.
Any ideas?
ps. See attachment for screenshot
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
April 12, 2015 10:58 PM
If I'd written the Flash app, then I'd be pulling the text pieces from a database, one at a time. So you're need the URL's. I have no WireShark experience, but you could consider looking for an SWF decompiler so you can read what "files" it's retrieving.
On the other hand, when text is static, the developer might have included them in the SWF. In that case the decompiler would expose that as well.
I have to admit that it has been quite a long time that I've used any SWF decompiler.
If I recall correctly, it will generate a FLA file which can be edited/opened in Adobe Flash editor (or however that thing is called these days).
(@maniic)
Active Member
Joined: 10 years ago
Posts: 14
Topic starter
April 14, 2015 10:43 AM
Ah yea I thought of flash decompiler too but the site is not one flash file but different database driven parts. I have to do some more research on wireshark.
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859