Changeset 1507

Show
Ignore:
Timestamp:
04/09/08 18:26:14 (3 months ago)
Author:
kindlund
Message:

Updated to support source_type and source_name.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/bin/insert_queue_urls.pl

    r1251 r1507  
    88use Data::Dumper; 
    99use HoneyClient::Manager::Database; 
     10use HoneyClient::Util::Config qw(getVar); 
    1011 
    1112my $urls = { 
    12     'http://www.cpan.org/' => 20, 
    13     'http://www.craigslist.org/' => 100, 
     13    'source_type'            => 'command_line', 
     14    'source_name'            => getVar(name => "organization", namespace => "HoneyClient"), 
     15    'http://www.google.com/' => 1, 
     16    'http://www.mitre.org/'  => 1, 
    1417}; 
    1518