I am thinking of making use of mozilla based browser as a tool for
grabing web content for security analysis. The javascript engine is
needed for processing the <script> tags within the web page.
Firefox can do the job but the problem is that it is not fast enough
which i believe the rendering phase cost much of CPU time. I tried
HTMLUNIT, but the behavior of its javascript engine seems to be weak
as it breaks often when dealing with some type of javascript code.
Is there a way to disable the rendering phase of gecko and make a
headless web browser which will only process the http and dom and
javascript? Then it will be possible to run hundreds of browsers at
the same time for analysis.
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout