Skip to content

Commit

Permalink
rubocop telegram/send_message
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Jan 7, 2024
1 parent 8beb625 commit 4cb9045
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/auxiliary/client/telegram/send_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
class MetasploitModule < Msf::Auxiliary
def initialize
super(
'Name' => 'Telegram Message Client',
'Description' => %q{
'Name' => 'Telegram Message Client',
'Description' => %q{
This module can be used to send a document and/or message to
multiple chats on telegram. Please refer to the module
documentation for info on how to retrieve the bot token and corresponding chat
ID values.
},
'Author' => [
'Ege Balcı <egebalci[at]pm.me>', # Aka @egeblc of https://pentest.blog
'Gaurav Purswani' # @pingport80
],
'License' => MSF_LICENSE,
'Author' => [
'Ege Balcı <egebalci[at]pm.me>', # Aka @egeblc of https://pentest.blog
'Gaurav Purswani' # @pingport80
],
'License' => MSF_LICENSE,
)

register_options(
Expand Down

0 comments on commit 4cb9045

Please sign in to comment.