URI: 
       warvox.conf - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
  HTML git clone git://jay.scot/warvox
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       warvox.conf (846B)
       ---
            1 #
            2 # WarVOX Configuration
            3 #
            4 
            5 #
            6 # Configure filesystem paths to each required tool
            7 #
            8 tools:
            9   gnuplot: gnuplot
           10   lame: lame
           11   sox: sox
           12   iaxrecord: "%BASE%/bin/iaxrecord.rb"
           13 
           14 
           15 #
           16 # Maximum processing jobs, normally this is set to your processor core count,
           17 # but you can limit it further here. Keep in mind that each analysis job also
           18 # requires at least 512Mb of RAM (based on audio capture length). A 300 second
           19 # audio capture could consume 3Gb of RAM per thread (the default is 53 seconds).
           20 #
           21 max_analysis_threads: 0
           22 
           23 #
           24 # Configure the dial blacklist location
           25 #
           26 blacklist: "%BASE%/config/blacklist.txt"
           27 
           28 #
           29 # Configure the classifier directory
           30 #
           31 classifiers: "%BASE%/config/classifiers"
           32 
           33 #
           34 # Configure the signature directory
           35 #
           36 signatures: "%BASE%/config/signatures"
           37 
           38 #
           39 # Configure cloud integrations
           40 #
           41 apis:
           42   gcloud: "%BASE%/config/gcloud.key"