From 4cb904535e036d0d24fa1fec93295e2bb18afd6a Mon Sep 17 00:00:00 2001 From: h00die Date: Sun, 7 Jan 2024 15:04:17 -0500 Subject: [PATCH] rubocop telegram/send_message --- modules/auxiliary/client/telegram/send_message.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/auxiliary/client/telegram/send_message.rb b/modules/auxiliary/client/telegram/send_message.rb index 5cb51c702b68..dd7743db52b7 100644 --- a/modules/auxiliary/client/telegram/send_message.rb +++ b/modules/auxiliary/client/telegram/send_message.rb @@ -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ı ', # Aka @egeblc of https://pentest.blog - 'Gaurav Purswani' # @pingport80 - ], - 'License' => MSF_LICENSE, + 'Author' => [ + 'Ege Balcı ', # Aka @egeblc of https://pentest.blog + 'Gaurav Purswani' # @pingport80 + ], + 'License' => MSF_LICENSE, ) register_options(