Enable -k option for iaxrecord.rb (sendkeys aka dtmf) - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit d3bced51ce0325447f2a05468052aa045cc6d8d6
DIR parent e5938d6b2416d2e2364f3d67292f3b80c002094b
HTML Author: HD Moore <x@hdm.io>
Date: Sun, 28 Feb 2016 22:22:51 -0600
Enable -k option for iaxrecord.rb (sendkeys aka dtmf)
Diffstat:
M bin/iaxrecord.rb | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/bin/iaxrecord.rb b/bin/iaxrecord.rb
@@ -52,6 +52,10 @@ parser.on("-d") do |v|
opts[:debugging] = true
end
+parser.on("-k keys") do |v|
+ opts[:sendkeys] = v
+end
+
parser.on("-h") do
$stderr.puts parser
exit(1)