Make sure this uses the appropriate session key - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 3693a128c65ac0ad649438031bf315e6933e208c
 (DIR) parent 0367cb279803e4c6c3f19fb40f268d483a88e940
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Sun,  5 Feb 2012 12:46:35 -0600
       
       Make sure this uses the appropriate session key
       
       Diffstat:
         M web/config/initializers/secret_tok… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/web/config/initializers/secret_token.rb b/web/config/initializers/secret_token.rb
       @@ -4,4 +4,4 @@
        # If you change this key, all old signed cookies will become invalid!
        # Make sure the secret is at least 30 characters and all random,
        # no regular words or you'll be exposed to dictionary attacks.
       -Web::Application.config.secret_token = '1bd648becb978b46fd65fe255a047ea09d9a068749f6b1bf8340e3a109c91cda4176732d9dbadae8bba444436828cde14073151a993497fc5f314c3079dbea26'
       +Web::Application.config.secret_token = WarVOX::Config.load_session_key