lib/pwn/plugins/credit_card.rb in pwn-0.4.341 vs lib/pwn/plugins/credit_card.rb in pwn-0.4.342

- old
+ new

@@ -1,9 +1,7 @@ # frozen_string_literal: true -# Uncomment when github.com/didww/credit_card_validations -# pushes new gem that supports activesupport >=7.0 # require 'credit_card_validations' module PWN module Plugins # This plugin provides useful credit card capabilities @@ -26,14 +24,14 @@ cc_result_arr rescue StandardError => e raise e end - # Author(s):: 0day Inc <request.pentest@0dayinc.com> + # Author(s):: 0day Inc. <request.pentest@0dayinc.com> public_class_method def self.authors "AUTHOR(S): - 0day Inc <request.pentest@0dayinc.com> + 0day Inc. <request.pentest@0dayinc.com> " end # Display Usage for this Module