Hacker News new | ask | show | jobs
by _b_ 4374 days ago
I'm working on an flash (ActionScript) vulnerability scanner. Which has some "automagic" components doing static and dynamic analysis, but also supports manual checking and organizing/finding flash-files.

Since I have collected a few (maybe a bit too much) files and found some vulns, I recently started work on a simplified user interface for less security affine people, to get simple results for a single URL or file. (Not quite ready to link here yet.)

At the moment I'm expanding the same concept to JavaScript and integrating a crawler to feed my systems. Having large amounts of source code, I'm also looking into search platforms and have been using Solr for some stuff, as well as a small implementation of a simple search index by myself.