From 52ebcde5a024222c0f1eec03a2313b1ca8f660d1 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 18 Feb 2007 06:16:38 +0000 Subject: [PATCH] mention IE 6 dependency in the description git-svn-id: file:///home/svn/framework3/trunk@4426 4d416f70-5f16-0410-b530-b9f4589650da --- modules/payloads/stagers/windows/passivex.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/payloads/stagers/windows/passivex.rb b/modules/payloads/stagers/windows/passivex.rb index b22fe62591..b981913cf5 100644 --- a/modules/payloads/stagers/windows/passivex.rb +++ b/modules/payloads/stagers/windows/passivex.rb @@ -1,5 +1,5 @@ ## -# $Id:$ +# $Id$ ## ## @@ -27,7 +27,7 @@ module PassiveX super(merge_info(info, 'Name' => 'PassiveX Reverse HTTP Tunneling Stager', 'Version' => '$Revision$', - 'Description' => 'Tunnel communication over HTTP', + 'Description' => 'Tunnel communication over HTTP using IE 6+', 'Author' => 'skape', 'License' => MSF_LICENSE, 'Platform' => 'win',