fix modem signature threshold - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 8b1275dfbbc99341bfbacb181a71a75799bf3dee
 (DIR) parent de5e1fc10b622b89287504162cb326016c5dfdf3
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Tue, 19 May 2009 05:07:43 +0000
       
       fix modem signature threshold
       
       
       Diffstat:
         M etc/sigs/01.default.rb              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/etc/sigs/01.default.rb b/etc/sigs/01.default.rb
       @@ -53,7 +53,7 @@ end
        #
        # Look for modems by detecting a 2250hz tone
        #
       -if(f_2250 > 0.2)
       +if(f_2250 > 1.0)
                line_type = 'modem'
                break                                
        end