Metasploit mailing list archives

Using A Different PERL


From: hdm at metasploit.com (H D Moore)
Date: Mon, 4 Oct 2004 20:00:27 -0500

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



Current thread: