Skip to content

Commit 16d065a

Browse files
committed
Fix issue with singles.
Single now plays more nicely with other mixins, so PrependMigrate works.
1 parent b013749 commit 16d065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/payload/single.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def generate
3737
# Otherwise, just use the default method to generate the single
3838
# payload
3939
else
40-
internal_generate
40+
super
4141
end
4242
end
4343
end

0 commit comments

Comments
 (0)