From 8518c8fae9dac929afccf1d7f85ec74e6a500945 Mon Sep 17 00:00:00 2001 From: bcoles Date: Mon, 26 Mar 2012 14:44:36 +1030 Subject: [PATCH] Renamed History Extraction module to Get Visited Domains Added 4 links for Firefox --- .../{get_history => get_visited_domains}/command.js | 9 ++++++++- .../{get_history => get_visited_domains}/config.yaml | 4 ++-- .../{get_history => get_visited_domains}/module.rb | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) rename modules/browser/{get_history => get_visited_domains}/command.js (95%) rename modules/browser/{get_history => get_visited_domains}/config.yaml (93%) rename modules/browser/{get_history => get_visited_domains}/module.rb (93%) diff --git a/modules/browser/get_history/command.js b/modules/browser/get_visited_domains/command.js similarity index 95% rename from modules/browser/get_history/command.js rename to modules/browser/get_visited_domains/command.js index a7f286c19..d2c04fac1 100644 --- a/modules/browser/get_history/command.js +++ b/modules/browser/get_visited_domains/command.js @@ -79,7 +79,14 @@ if (beef.browser.isFF() == 1) { { 'name': 'Expedia', 'urls': [ 'http://www.expedia.com/static/default/default/scripts/expedia/core/e.js?v=release-2011-11-r4.9.317875' ] }, { 'name': 'Amazon (US)', 'urls': [ 'http://z-ecx.images-amazon.com/images/G/01/browser-scripts/us-site-wide-css-quirks/site-wide-3527593236.css._V162874846_.css' ] }, { 'name': 'Newegg', 'urls': [ 'http://images10.newegg.com/WebResource/Themes/2005/CSS/template.v1.w.5723.0.css' ] }, - { 'name': 'eBay', 'urls': [ 'http://ir.ebaystatic.com/v4js/z/io/gbsozkl4ha54vasx4meo3qmtw.js' ] } + { 'name': 'eBay', 'urls': [ 'http://ir.ebaystatic.com/v4js/z/io/gbsozkl4ha54vasx4meo3qmtw.js' ] }, + { 'category': 'Coding' }, + { 'name': 'GitHub', 'urls': [ 'https://a248.e.akamai.net/assets.github.com/stylesheets/bundles/github-fa63b2501ea82170d5b3b1469e26c6fa6c3116dc.css' ] }, + { 'category': 'Security' }, + { 'name': 'Exploit DB', 'urls': [ 'http://www.exploit-db.com/wp-content/themes/exploit/style.css' ] }, + { 'name': 'Packet Storm', 'urls': [ 'http://packetstormsecurity.org/img/pss.ico' ] }, + { 'category': 'Email' }, + { 'name': 'Hotmail', 'urls': [ 'https://secure.shared.live.com/~Live.SiteContent.ID/~16.2.9/~/~/~/~/css/R3WinLive1033.css' ] } ]; /************************* * CONFIGURABLE SETTINGS * diff --git a/modules/browser/get_history/config.yaml b/modules/browser/get_visited_domains/config.yaml similarity index 93% rename from modules/browser/get_history/config.yaml rename to modules/browser/get_visited_domains/config.yaml index 167088243..dfcab7cf8 100644 --- a/modules/browser/get_history/config.yaml +++ b/modules/browser/get_visited_domains/config.yaml @@ -15,10 +15,10 @@ # beef: module: - get_history: + get_visited_domains: enable: true category: "Browser" - name: "History Extraction" + 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"] target: diff --git a/modules/browser/get_history/module.rb b/modules/browser/get_visited_domains/module.rb similarity index 93% rename from modules/browser/get_history/module.rb rename to modules/browser/get_visited_domains/module.rb index 9ffe12fa1..8effcac55 100644 --- a/modules/browser/get_history/module.rb +++ b/modules/browser/get_visited_domains/module.rb @@ -14,7 +14,7 @@ # limitations under the License. # -class Get_history < BeEF::Core::Command +class Get_visited_domains < BeEF::Core::Command def post_execute content = {}