Metasploit mailing list archives

Using A Different PERL


From: ron at oneinsane.net (Ron Rosson)
Date: Tue, 5 Oct 2004 05:54:21 -0700

On Monday, October 4, 2004 H D Moore mentioned in an e-mail...

On Monday 04 October 2004 08:48, Ron Rosson wrote:
Is there a way for a different perl to be specified and still receive
changes for those files?

Not at this time, the online update system uses MD5 hashes of the files 
themselves and would not be able to compensate for changes in the 
interpreter line without a complete rewrite (which might be useful 
anyways). 

You could create a shell script wrapper to launch framework applications 
with the correct perl interpreter. The following snippet would launch 
msfconsole with your other Perl installation, command line arguments and 
all.

[ start_console.sh]
#!/bin/sh
/usr/local/bin/perl /path/to/msfconsole $@

-HD

After I sent the e-mail I was thinkign along hte same lines when I was totally
bored in something I could not get away from.

If I come up with some useful in an elegant wayI will make sure to share it with
the list.

-Ron
--
Ron Rosson



Current thread: