mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Automaticalyl use the ipwn file path
git-svn-id: file:///home/svn/framework3/trunk@5204 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
b37f88f446
commit
5ebeacda65
@ -150,7 +150,7 @@ module Execute
|
||||
))
|
||||
register_options(
|
||||
[
|
||||
OptPath.new('PEXEC', [ true, "Full path to the file to execute" ])
|
||||
OptPath.new('PEXEC', [ true, "Full path to the file to execute", File.join(Msf::Config.install_root, "data", "ipwn", "ipwn")])
|
||||
], self.class)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user