MA 02111-1307 # USA # import json from pprint import pformat from plugins.plugin import Plugin from plugins.inject import Inject class BrowserProfiler(Inject, Plugin): name = "BrowserProfiler" optname = "browserprofiler" desc = "Attempts to enumerate all browser plugins of connected clients" vers...