diff --git a/modules/browser/get_visited_domains/config.yaml b/modules/browser/get_visited_domains/config.yaml index 97879eefe..f253fef1d 100644 --- a/modules/browser/get_visited_domains/config.yaml +++ b/modules/browser/get_visited_domains/config.yaml @@ -9,8 +9,8 @@ beef: enable: true category: "Browser" name: "Get Visited Domains" - description: "This module will retrieve rapid history extraction through non-destructive cache timing.\nBased on work done at http://lcamtuf.coredump.cx/cachetime/" - authors: ["keith_lee @keith55 http://milo2012.wordpress.com"] + description: "This module will retrieve rapid history extraction through non-destructive cache timing.\nBased on work done by Michal Zalewski at http://lcamtuf.coredump.cx/cachetime/" + authors: ["@keith55", "quentin"] target: - working: ["FF", "IE"] - not_working: ["O", "C", "S"] + working: ["FF", "IE", "O"] + not_working: ["C", "S"]