Skip to content

Commit

Permalink
add passive flag to obsidian plugin module
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Jan 9, 2025
1 parent ed292a9 commit 4f36a0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def initialize(info = {})
'BadChars' => '"'
},
'Stance' => Msf::Exploit::Stance::Passive,
'Passive' => true,
'Targets' => [
['Auto', {} ],
['Linux', { 'Platform' => 'unix' } ],
Expand Down

0 comments on commit 4f36a0f

Please sign in to comment.