[14978] in bugtraq
Re: Fwd: [nohack] Yet another way to disguise files.
daemon@ATHENA.MIT.EDU (mock@ACTIVESTATE.COM)
Mon May 22 02:20:20 2000
Mail-Followup-To: bugtraq@securityfocus.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Message-Id: <20000519193414.B28413@ActiveState.com>
Date: Fri, 19 May 2000 19:34:14 -0700
Reply-To: mock@ACTIVESTATE.COM
From: mock@ACTIVESTATE.COM
X-To: bugtraq@securityfocus.com
To: BUGTRAQ@SECURITYFOCUS.COM
In-Reply-To: <200005182059.NAA50096@dilvish.speed.net>
On Thu, May 18, 2000 at 01:59:18PM -0700, Dan Harkless wrote:
> Ron DuFresne <dufresne@WINTERNET.COM> writes:
> > Has anyone verified if this is also the case on NT boxen?
>
> Yes -- I did my testing on NT 4.0 Service Pack 5.
>
> One thing I've discovered since I made the NeverShowExt -> AlwaysShowExt
> changes mentioned by the original author is that all shortcuts now have .lnk
> on the ends of their names. Kind of annoying (wish NTFS was a real file
> system that allowed links without this "hide the file extension" hack).
>
Get ActivePerl 5.6 at http://www.activestate.com
perl -e "link 'c:\\perl\\bin\\perl.exe', 'c:\\winnt\\profiles\\mock\\desktop\\perl.exe'"
works much like a unix hardlink and can get rid of at least a few (the ones
that don't require params) of your .lnk files
works with UNC path names as well
mock