1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

pcapreplay: use optpath

git-svn-id: file:///home/svn/framework3/trunk@13345 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
amaloteaux 2011-07-26 20:18:24 +00:00
parent eced6619e9
commit d5ce83e136

View File

@ -27,7 +27,7 @@ class Metasploit3 < Msf::Auxiliary
)
register_options([
OptString.new('FILENAME', [true, "The local pcap file to process"]),
OptPath.new('FILENAME', [true, "The local pcap file to process"]),
OptString.new('FILE_FILTER', [false, "The filter string to apply on the file"]),
OptInt.new('LOOP', [true, "The number of times to loop through the file",1]),
OptInt.new('DELAY', [true, "the delay in millisecond between each loop",0]),