Merge pull request #682 from bonsaiviking/persistence-type
Fix handling of PAYLOAD_TYPE in persistenceunstable
commit
9c0703f488
|
@ -101,7 +101,7 @@ class Metasploit3 < Msf::Post
|
|||
end
|
||||
|
||||
# Set the proper payload
|
||||
case datastore['STARTUP']
|
||||
case datastore['PAYLOAD_TYPE']
|
||||
when /TCP/i
|
||||
payload = "windows/meterpreter/reverse_tcp"
|
||||
when /HTTP/i
|
||||
|
|
Loading…
Reference in New Issue