Skip to content

Commit b702a0d

Browse files
committed
Fix "A payload has not been selected."
Since platform definition is missing, exploitation fails.
1 parent 589e9a2 commit b702a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/multi/samba/nttrans.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def initialize(info = {})
3434
[ 'URL', 'http://www.samba.org/samba/history/samba-2.2.7a.html' ]
3535
],
3636
'Privileged' => true,
37+
'Platform' => 'linux',
3738
'Payload' =>
3839
{
3940
'Space' => 1024,

0 commit comments

Comments
 (0)