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

PassiveX only works with IE 6 (5.x and 7.x fail)

git-svn-id: file:///home/svn/framework3/trunk@4428 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2007-02-18 06:19:42 +00:00
parent 0ef487587d
commit 7136d6bbd4

View File

@ -27,7 +27,7 @@ module PassiveX
super(merge_info(info,
'Name' => 'PassiveX Reverse HTTP Tunneling Stager',
'Version' => '$Revision$',
'Description' => 'Tunnel communication over HTTP using IE 6+',
'Description' => 'Tunnel communication over HTTP using IE 6',
'Author' => 'skape',
'License' => MSF_LICENSE,
'Platform' => 'win',