Ticket #215 (new defect)

Opened 5 months ago

Last modified 4 months ago

using rexploit without PAYLOAD does not trigger an error

Reported by: patrickw Assigned to: hdm
Priority: trivial Milestone:
Component: framework3 Version:
Keywords: Cc:

Description

Some strange behaviour. Looks like 'rexploit' does not reload the exploit.rb sanity checking for unset PAYLOAD etc whilst 'rcheck' does:

msf exploit(clamav_milter_blackhole) > set PAYLOAD cmd/unix/reverse
PAYLOAD => cmd/unix/reverse
msf exploit(clamav_milter_blackhole) > unset PAYLOAD
Unsetting PAYLOAD...
msf exploit(clamav_milter_blackhole) > exploit
msf exploit(clamav_milter_blackhole) > exploit
msf exploit(clamav_milter_blackhole) > rexploit
msf exploit(clamav_milter_blackhole) > rcheck
[*] This exploit does not support check.
msf exploit(clamav_milter_blackhole) > exploit
[-] Exploit failed: A payload has not been selected.
msf exploit(clamav_milter_blackhole) > rexploit
msf exploit(clamav_milter_blackhole) > rcheck
[*] This exploit does not support check.
msf exploit(clamav_milter_blackhole) > rexploit
msf exploit(clamav_milter_blackhole) > 
msf exploit(clamav_milter_blackhole) > exploit
msf exploit(clamav_milter_blackhole) > rcheck
[*] This exploit does not support check.
msf exploit(clamav_milter_blackhole) > exploit
[-] Exploit failed: A payload has not been selected.

Change History

(follow-up: ↓ 2 ) 03/18/08 10:33:27 changed by hdm

Looks like the exploit driver is not showing the error, which user interface is this?

(in reply to: ↑ 1 ) 04/07/08 03:37:47 changed by patrickw

This is from the msfconsole via msfgui.