PHoneyC DOM Emulation – Browser Personality
A new improvement in PHoneyC DOM emulation code was committed in SVN r1624. The idea is to better emulate the DOM behaviour depending on the selected browser personality. Let’s take a look at the code starting from the personalities definition in config.py. 39 UserAgents = [ 40 (1, 41 "Internet Explorer 6.0 (Windows 2000)", 42 [...]