URI: 
       Better tone grouping and listing - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 8d35cc2a4ff09cfc5e7e565ff4f3d07d7a6e9612
   DIR parent fd2263f9d39b5c2b7ae0982962982492e212eac0
  HTML Author: HD Moore <hd_moore@rapid7.com>
       Date:   Sun, 22 Feb 2009 20:12:56 +0000
       
       Better tone grouping and listing
       
       
       Diffstat:
         M bin/search_tones.rb                 |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/bin/search_tones.rb b/bin/search_tones.rb
       @@ -37,7 +37,9 @@ res.each do |x|
                end
        end
        
       +
        tones.keys.sort.each do |t|
       +        next if tones[t].length < 2
                puts "#{t}hz"
                tones[t].each do |x|
                        puts "\t#{x[0]}hz @ #{x[1]}"