Fixes #273. Move the passivex default port to 8000 so it doesnt conflict with the default HttpServer port
git-svn-id: file:///home/svn/framework3/trunk@7044 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1d21e41156
commit
cdbfe74b1b
|
@ -179,7 +179,7 @@ module PassiveX
|
|||
register_options(
|
||||
[
|
||||
OptAddress.new('PXHOST', [ true, "The local HTTP listener hostname" ]),
|
||||
OptPort.new('PXPORT', [ true, "The local HTTP listener port", 8080 ]),
|
||||
OptPort.new('PXPORT', [ true, "The local HTTP listener port", 8000 ]),
|
||||
OptString.new('PXURI', [ false, "The URI root for requests", "/" + Rex::Text.rand_text_alphanumeric(32) ]),
|
||||
OptString.new('PXAXCLSID', [ true, "ActiveX CLSID", "B3AC7307-FEAE-4e43-B2D6-161E68ABA838" ]),
|
||||
OptString.new('PXAXVER', [ true, "ActiveX DLL Version", "-1,-1,-1,-1" ]),
|
||||
|
|
Loading…
Reference in New Issue